Documentation ¶
Index ¶
- func GetCmdCounterpartyPayee(cdc *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
- func GetCmdFeeEnabledChannel(cdc *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
- func GetCmdFeeEnabledChannels(cdc *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
- func GetCmdIncentivizedPacket(cdc *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
- func GetCmdIncentivizedPackets(cdc *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
- func GetCmdIncentivizedPacketsForChannel(cdc *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
- func GetCmdPayee(cdc *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
- func GetCmdTotalAckFees(cdc *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
- func GetCmdTotalRecvFees(cdc *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
- func GetCmdTotalTimeoutFees(cdc *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
- func GetQueryCmd(cdc *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
- func NewPayPacketFeeAsyncTxCmd(codecProxy *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
- func NewRegisterCounterpartyPayeeCmd(codecProxy *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
- func NewRegisterPayeeCmd(codecProxy *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
- func NewTxCmd(cdc *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCmdCounterpartyPayee ¶
func GetCmdCounterpartyPayee(cdc *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
GetCmdCounterpartyPayee returns the command handler for the Query/CounterpartyPayee rpc.
func GetCmdFeeEnabledChannel ¶
func GetCmdFeeEnabledChannel(cdc *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
GetCmdFeeEnabledChannel returns the command handler for the Query/FeeEnabledChannel rpc.
func GetCmdFeeEnabledChannels ¶
func GetCmdFeeEnabledChannels(cdc *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
GetCmdFeeEnabledChannels returns the command handler for the Query/FeeEnabledChannels rpc.
func GetCmdIncentivizedPacket ¶
func GetCmdIncentivizedPacket(cdc *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
GetCmdIncentivizedPacket returns the unrelayed incentivized packet for a given packetID
func GetCmdIncentivizedPackets ¶
func GetCmdIncentivizedPackets(cdc *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
GetCmdIncentivizedPackets returns all of the unrelayed incentivized packets
func GetCmdIncentivizedPacketsForChannel ¶
func GetCmdIncentivizedPacketsForChannel(cdc *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
GetCmdIncentivizedPacketsForChannel returns all of the unrelayed incentivized packets on a given channel
func GetCmdPayee ¶
func GetCmdPayee(cdc *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
GetCmdPayee returns the command handler for the Query/Payee rpc.
func GetCmdTotalAckFees ¶
func GetCmdTotalAckFees(cdc *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
GetCmdTotalAckFees returns the command handler for the Query/TotalAckFees rpc.
func GetCmdTotalRecvFees ¶
func GetCmdTotalRecvFees(cdc *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
GetCmdTotalRecvFees returns the command handler for the Query/TotalRecvFees rpc.
func GetCmdTotalTimeoutFees ¶
func GetCmdTotalTimeoutFees(cdc *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
GetCmdTotalTimeoutFees returns the command handler for the Query/TotalTimeoutFees rpc.
func GetQueryCmd ¶
func GetQueryCmd(cdc *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
func NewPayPacketFeeAsyncTxCmd ¶
func NewPayPacketFeeAsyncTxCmd(codecProxy *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
NewPayPacketFeeAsyncTxCmd returns the command to create a MsgPayPacketFeeAsync
func NewRegisterCounterpartyPayeeCmd ¶
func NewRegisterCounterpartyPayeeCmd(codecProxy *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
NewRegisterCounterpartyPayeeCmd returns the command to create a MsgRegisterCounterpartyPayee
func NewRegisterPayeeCmd ¶
func NewRegisterPayeeCmd(codecProxy *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
NewRegisterPayeeCmd returns the command to create a MsgRegisterPayee
func NewTxCmd ¶
func NewTxCmd(cdc *codec.CodecProxy, reg interfacetypes.InterfaceRegistry) *cobra.Command
NewTxCmd returns the transaction commands for 29-fee
Types ¶
This section is empty.