Documentation
¶
Index ¶
- func GetCmdSubmitRegisterProposal() *cobra.Command
- func GetCmdSubmitUpdateProposal() *cobra.Command
- func GetCmdZonesInfos() *cobra.Command
- func GetDelegatorIntentCmd() *cobra.Command
- func GetDepositAccountCmd() *cobra.Command
- func GetQueryCmd() *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 ¶ added in v0.4.0
GetCmdSubmitRegisterProposal implements the command to submit a register-zone proposal
func GetCmdSubmitUpdateProposal ¶ added in v0.4.0
GetCmdSubmitRegisterProposal implements the command to submit a register-zone proposal
func GetCmdZonesInfos ¶
GetCmdZonesInfos provide running epochInfos
func GetDelegatorIntentCmd ¶
GetDelegatorIntentCmd returns the intents of the user for the given chainID (zone).
func GetDepositAccountCmd ¶
GetDepositAccountCmd returns the deposit account for the given chainID (zone).
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for this module
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 ParseZoneRegistrationProposal ¶ added in v0.4.0
func ParseZoneUpdateProposal ¶ added in v0.4.0
Types ¶
This section is empty.