wormhole/wormchain/x/ibc-hooks/types/keys.go

9 lines
234 B
Go

package types
const (
ModuleName = "ibchooks"
StoreKey = "hooks-for-ibc" // not using the module name because of collisions with key "ibc"
IBCCallbackKey = "ibc_callback"
SenderPrefix = "ibc-wasm-hook-intermediary"
)