Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Deprecated: OutgoingTxPoolKey indexes the last nonce for the outgoing tx pool OutgoingTxPoolKey = []byte{0x18} // Deprecated: DenomToTokenKey prefixes the index of asset denom to external token DenomToTokenKey = []byte{0x26} // Deprecated: TokenToDenomKey prefixes the index of assets external token to denom TokenToDenomKey = []byte{0x27} // Deprecated: remove data in upgrade BridgeCallFromMsgKey = []byte{0x51} )
Functions ¶
func GetRemovedStoreKeys ¶
func GetRemovedStoreKeys() [][]byte
func GetTokenToDenomKey
deprecated
func Migrate ¶
func Migrate(ctx sdk.Context, storeKey storetypes.StoreKey, cdc codec.BinaryCodec) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.