Documentation ¶
Index ¶
- Constants
- func GetCmdQueryChannel(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetMsgChannelCloseConfirmCmd(storeKey string, cdc *codec.Codec) *cobra.Command
- func GetMsgChannelCloseInitCmd(storeKey string, cdc *codec.Codec) *cobra.Command
- func GetMsgChannelOpenAckCmd(storeKey string, cdc *codec.Codec) *cobra.Command
- func GetMsgChannelOpenConfirmCmd(storeKey string, cdc *codec.Codec) *cobra.Command
- func GetMsgChannelOpenInitCmd(storeKey string, cdc *codec.Codec) *cobra.Command
- func GetMsgChannelOpenTryCmd(storeKey string, cdc *codec.Codec) *cobra.Command
- func GetQueryCmd(storeKey string, cdc *codec.Codec) *cobra.Command
- func GetTxCmd(storeKey string, cdc *codec.Codec) *cobra.Command
Constants ¶
const ( FlagOrdered = "ordered" FlagIBCVersion = "ibc-version" )
IBC Channel flags
Variables ¶
This section is empty.
Functions ¶
func GetCmdQueryChannel ¶
GetCmdQueryChannel defines the command to query a channel end
func GetMsgChannelCloseConfirmCmd ¶
GetMsgChannelCloseConfirmCmd returns the command to create a MsgChannelCloseConfirm transaction
func GetMsgChannelCloseInitCmd ¶
GetMsgChannelCloseInitCmd returns the command to create a MsgChannelCloseInit transaction
func GetMsgChannelOpenAckCmd ¶
GetMsgChannelOpenAckCmd returns the command to create a MsgChannelOpenAck transaction
func GetMsgChannelOpenConfirmCmd ¶
GetMsgChannelOpenConfirmCmd returns the command to create a MsgChannelOpenConfirm transaction
func GetMsgChannelOpenInitCmd ¶
GetMsgChannelOpenInitCmd returns the command to create a MsgChannelOpenInit transaction
func GetMsgChannelOpenTryCmd ¶
GetMsgChannelOpenTryCmd returns the command to create a MsgChannelOpenTry transaction
func GetQueryCmd ¶
GetQueryCmd returns the query commands for IBC channels
Types ¶
This section is empty.