Documentation
¶
Index ¶
- func GetCmdSubmitRegisterProposal() *cobra.Command
- func GetCmdSubmitUpdateProposal() *cobra.Command
- func GetCmdZones() *cobra.Command
- func GetDelegatorIntentCmd() *cobra.Command
- func GetDepositAccountCmd() *cobra.Command
- func GetMappedAccountsCmd() *cobra.Command
- func GetQueryCmd() *cobra.Command
- func GetReopenChannelTxCmd() *cobra.Command
- func GetRequestRedemptionTxCmd() *cobra.Command
- func GetSignalIntentTxCmd() *cobra.Command
- func GetTxCmd() *cobra.Command
- func ParseZoneRegistrationProposal(cdc codec.JSONCodec, proposalFile string) (types.RegisterZoneProposalWithDeposit, error)
- func ParseZoneUpdateProposal(cdc codec.JSONCodec, proposalFile string) (types.UpdateZoneProposalWithDeposit, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCmdSubmitRegisterProposal ¶
GetCmdSubmitRegisterProposal implements the command to submit a register-zone proposal.
func GetCmdSubmitUpdateProposal ¶
GetCmdSubmitUpdateProposal implements the command to update a register-zone proposal.
func GetDelegatorIntentCmd ¶
GetDelegatorIntentCmd returns the intents of the user for the given chainID.
func GetDepositAccountCmd ¶
GetDepositAccountCmd returns the deposit account for the given chainID (zone).
func GetMappedAccountsCmd ¶
GetMappedAccountsCmd returns the mapped account for the given address.
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for interchainstaking module.
func GetReopenChannelTxCmd ¶
GetReopenChannelTxCmd returns a CLI command handler for creating a Reopen ICA port transaction.
func GetRequestRedemptionTxCmd ¶
GetRequestRedemptionTxCmd returns a CLI command handler for creating a Request transaction.
func GetSignalIntentTxCmd ¶
GetSignalIntentTxCmd returns a CLI command handler for signalling validator delegation intent.
func GetTxCmd ¶
GetTxCmd returns a root CLI command handler for all x/interchainstaking transaction commands.
func ParseZoneUpdateProposal ¶
Types ¶
This section is empty.