Documentation ¶
Index ¶
- Constants
- func GetCmdQueryChannel() *cobra.Command
- func GetCmdQueryChannelClientState() *cobra.Command
- func GetCmdQueryChannels() *cobra.Command
- func GetCmdQueryConnectionChannels() *cobra.Command
- func GetCmdQueryNextSequenceReceive() *cobra.Command
- func GetCmdQueryPacketAcknowledgement() *cobra.Command
- func GetCmdQueryPacketCommitment() *cobra.Command
- func GetCmdQueryPacketCommitments() *cobra.Command
- func GetCmdQueryPacketReceipt() *cobra.Command
- func GetCmdQueryUnreceivedAcks() *cobra.Command
- func GetCmdQueryUnreceivedPackets() *cobra.Command
- func GetQueryCmd() *cobra.Command
- func NewChannelCloseConfirmCmd() *cobra.Command
- func NewChannelCloseInitCmd() *cobra.Command
- func NewChannelOpenAckCmd() *cobra.Command
- func NewChannelOpenConfirmCmd() *cobra.Command
- func NewChannelOpenInitCmd() *cobra.Command
- func NewChannelOpenTryCmd() *cobra.Command
- func NewTxCmd() *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 GetCmdQueryChannelClientState ¶
GetCmdQueryChannelClientState defines the command to query a client state from a channel
func GetCmdQueryChannels ¶
GetCmdQueryChannels defines the command to query all the channels ends that this chain mantains.
func GetCmdQueryConnectionChannels ¶
GetCmdQueryConnectionChannels defines the command to query all the channels associated with a connection
func GetCmdQueryNextSequenceReceive ¶
GetCmdQueryNextSequenceReceive defines the command to query a next receive sequence for a given channel
func GetCmdQueryPacketAcknowledgement ¶
GetCmdQueryPacketAcknowledgement defines the command to query a packet acknowledgement
func GetCmdQueryPacketCommitment ¶
GetCmdQueryPacketCommitment defines the command to query a packet commitment
func GetCmdQueryPacketCommitments ¶
GetCmdQueryPacketCommitments defines the command to query all packet commitments associated with a channel
func GetCmdQueryPacketReceipt ¶
GetCmdQueryPacketReceipt defines the command to query a packet receipt
func GetCmdQueryUnreceivedAcks ¶
GetCmdQueryUnreceivedAcks defines the command to query all the unreceived acks on the original sending chain
func GetCmdQueryUnreceivedPackets ¶
GetCmdQueryUnreceivedPackets defines the command to query all the unreceived packets on the receiving chain
func GetQueryCmd ¶
GetQueryCmd returns the query commands for IBC channels
func NewChannelCloseConfirmCmd ¶
NewChannelCloseConfirmCmd returns the command to create a MsgChannelCloseConfirm transaction
func NewChannelCloseInitCmd ¶
NewChannelCloseInitCmd returns the command to create a MsgChannelCloseInit transaction
func NewChannelOpenAckCmd ¶
NewChannelOpenAckCmd returns the command to create a MsgChannelOpenAck transaction
func NewChannelOpenConfirmCmd ¶
NewChannelOpenConfirmCmd returns the command to create a MsgChannelOpenConfirm transaction
func NewChannelOpenInitCmd ¶
NewChannelOpenInitCmd returns the command to create a MsgChannelOpenInit transaction
func NewChannelOpenTryCmd ¶
NewChannelOpenTryCmd returns the command to create a MsgChannelOpenTry transaction
Types ¶
This section is empty.