Documentation ¶
Index ¶
- func CmdCancelSendToEth() *cobra.Command
- func CmdExecutePendingIbcAutoForwards() *cobra.Command
- func CmdGetCurrentValset() *cobra.Command
- func CmdGetPendingOutgoingTXBatchRequest() *cobra.Command
- func CmdGetPendingSendToEth() *cobra.Command
- func CmdGetPendingValsetRequest() *cobra.Command
- func CmdGetValsetConfirm() *cobra.Command
- func CmdGetValsetRequest() *cobra.Command
- func CmdGovAirdropProposal() *cobra.Command
- func CmdGovIbcMetadataProposal() *cobra.Command
- func CmdGovUnhaltBridgeProposal() *cobra.Command
- func CmdRequestBatch() *cobra.Command
- func CmdSendToEth() *cobra.Command
- func CmdSetOrchestratorAddress() *cobra.Command
- func GetCmdPendingIbcAutoForwards() *cobra.Command
- func GetCmdQueryParams() *cobra.Command
- func GetQueryCmd() *cobra.Command
- func GetTxCmd(storeKey string) *cobra.Command
- type AirdropProposalPlain
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CmdCancelSendToEth ¶
func CmdGetCurrentValset ¶
func CmdGetPendingSendToEth ¶
func CmdGetValsetConfirm ¶
func CmdGetValsetRequest ¶
func CmdGovAirdropProposal ¶
func CmdRequestBatch ¶
func CmdSendToEth ¶
func GetCmdQueryParams ¶
func GetQueryCmd ¶
Types ¶
type AirdropProposalPlain ¶
type AirdropProposalPlain struct { Title string Description string Denom string Recipients []string Amounts []uint64 }
AirDropProposalPlain is a struct with plaintext recipients so that the proposal.json can be readable and not subject to the strange encoding of the airdrop proposal tx where the recipients are packed as 20 byte sets
Click to show internal directories.
Click to hide internal directories.