Documentation
¶
Index ¶
- Constants
- func GetCmdConnectionOpenAck(storeKey string, cdc *codec.Codec) *cobra.Command
- func GetCmdConnectionOpenConfirm(storeKey string, cdc *codec.Codec) *cobra.Command
- func GetCmdConnectionOpenInit(storeKey string, cdc *codec.Codec) *cobra.Command
- func GetCmdConnectionOpenTry(storeKey string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryAllClientConnections(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryClientConnections(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryConnection(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryConnections(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetQueryCmd(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetTxCmd(storeKey string, cdc *codec.Codec) *cobra.Command
Constants ¶
const ( FlagNode1 = "node1" FlagNode2 = "node2" FlagFrom1 = "from1" FlagFrom2 = "from2" FlagChainID2 = "chain-id2" )
Connection Handshake flags
Variables ¶
This section is empty.
Functions ¶
func GetCmdConnectionOpenAck ¶
GetCmdConnectionOpenAck defines the command to relay the acceptance of a connection open attempt from chain B to chain A
func GetCmdConnectionOpenConfirm ¶
GetCmdConnectionOpenConfirm defines the command to initialize a connection on chain A with a given counterparty chain B
func GetCmdConnectionOpenInit ¶
GetCmdConnectionOpenInit defines the command to initialize a connection on chain A with a given counterparty chain B
func GetCmdConnectionOpenTry ¶
GetCmdConnectionOpenTry defines the command to relay a try open a connection on chain B
func GetCmdQueryAllClientConnections ¶
GetCmdQueryAllClientConnections defines the command to query a all the client connection paths.
func GetCmdQueryClientConnections ¶
GetCmdQueryClientConnections defines the command to query a client connections
func GetCmdQueryConnection ¶
GetCmdQueryConnection defines the command to query a connection end
func GetCmdQueryConnections ¶
GetCmdQueryConnections defines the command to query all the connection ends that this chain mantains.
func GetQueryCmd ¶
GetQueryCmd returns the query commands for IBC connections
Types ¶
This section is empty.