Documentation ¶
Index ¶
- Constants
- Variables
- func GetCmdQueryCleanPacketCommitment() *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 NewSendCleanPacketCmd() *cobra.Command
- func NewTxCmd() *cobra.Command
Constants ¶
const (
FlagRelayChain = "relay-chain-name"
)
Variables ¶
var (
FsSendCleanPacket = flag.NewFlagSet("", flag.ContinueOnError)
)
Functions ¶
func GetCmdQueryCleanPacketCommitment ¶ added in v0.2.0
GetCmdQueryCleanPacketCommitment defines the command to query a packet commitment
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 source chain name and destination chain name
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 a root CLI command handler for all tibc/packet query commands.
func NewSendCleanPacketCmd ¶ added in v0.2.0
NewSendCleanPacketCmd defines the command to send clean packet.
Types ¶
This section is empty.