github.com/Finschia/finschia-sdk@v0.49.1/x/fswap/spec/02_state.md (about) 1 <!-- 2 order: 2 3 --> 4 5 # State 6 7 The `x/fswap` module keeps state of three primary objects, Swap, SwapStats and Swapped. 8 9 ## Swap 10 11 - Swap: `0x01 + (lengthPrefixed+)fromDenom + (lengthPrefixed+)toDenom` 12 13 14 ## SwapStats 15 16 - SwapStats: `0x02` 17 18 ## Swapped 19 20 - Swapped: `0x03 + (lengthPrefixed+)fromDenom + (lengthPrefixed+)toDenom` 21