Documentation ¶
Index ¶
- Variables
- func CmdActiveReport() *cobra.Command
- func CmdBondReport() *cobra.Command
- func CmdBondedPoolsByDenom() *cobra.Command
- func CmdClearCurrentEraSnapShots() *cobra.Command
- func CmdEraExchangeRatesByDenom() *cobra.Command
- func CmdExecuteBondProposal() *cobra.Command
- func CmdGetBondPipeline() *cobra.Command
- func CmdGetBondRecord() *cobra.Command
- func CmdGetChainEra() *cobra.Command
- func CmdGetCurrentEraSnapshot() *cobra.Command
- func CmdGetEraSnapshot() *cobra.Command
- func CmdGetEraUnbondLimit() *cobra.Command
- func CmdGetPoolDetail() *cobra.Command
- func CmdGetProtocolFeeReceiver() *cobra.Command
- func CmdGetRParams() *cobra.Command
- func CmdGetSignature() *cobra.Command
- func CmdGetSnapshot() *cobra.Command
- func CmdGetStakingRewardCommission() *cobra.Command
- func CmdGetTotalExpectedActive() *cobra.Command
- func CmdGetUnbondCommission() *cobra.Command
- func CmdGetUnbondRelayFee() *cobra.Command
- func CmdIcaPoolList() *cobra.Command
- func CmdInitPool() *cobra.Command
- func CmdInterchainTxProposal() *cobra.Command
- func CmdInterchainTxStatus() *cobra.Command
- func CmdLiquidityUnbond() *cobra.Command
- func CmdListExchangeRate() *cobra.Command
- func CmdMigrateInit() *cobra.Command
- func CmdMigrateUnbondings() *cobra.Command
- func CmdPoolUnbondNextSequence() *cobra.Command
- func CmdPoolUnbondings() *cobra.Command
- func CmdRegisterIcaPool() *cobra.Command
- func CmdRelayFeeReceiver() *cobra.Command
- func CmdRmBondedPool() *cobra.Command
- func CmdSetChainEra() *cobra.Command
- func CmdSetEraSeconds() *cobra.Command
- func CmdSetEraUnbondLimit() *cobra.Command
- func CmdSetLeastBond() *cobra.Command
- func CmdSetPoolDetail() *cobra.Command
- func CmdSetPoolStatus() *cobra.Command
- func CmdSetProtocolFeeReceiver() *cobra.Command
- func CmdSetRParams() *cobra.Command
- func CmdSetRelayFeeReceiver() *cobra.Command
- func CmdSetRelayGasPrice() *cobra.Command
- func CmdSetStakingRewardCommission() *cobra.Command
- func CmdSetUnbondCommission() *cobra.Command
- func CmdSetUnbondRelayFee() *cobra.Command
- func CmdSetWithdrawalAddr() *cobra.Command
- func CmdShowEraExchangeRate() *cobra.Command
- func CmdShowExchangeRate() *cobra.Command
- func CmdSubmitSignature() *cobra.Command
- func CmdToggleUnbondSwitch() *cobra.Command
- func CmdTotalProtocolFee() *cobra.Command
- func CmdTransferReport() *cobra.Command
- func CmdUnbondSwitch() *cobra.Command
- func CmdUnsealMigrateInit() *cobra.Command
- func GetQueryCmd(queryRoute string) *cobra.Command
- func GetTxCmd() *cobra.Command
- type Unbondings
Constants ¶
This section is empty.
Variables ¶
View Source
var (
DefaultRelativePacketTimeoutTimestamp = uint64((time.Duration(10) * time.Minute).Nanoseconds())
)
View Source
var FlagUnbondings = "unbondings"
Functions ¶
func CmdActiveReport ¶
func CmdBondReport ¶
func CmdBondedPoolsByDenom ¶
func CmdExecuteBondProposal ¶
func CmdGetBondPipeline ¶
func CmdGetBondRecord ¶
func CmdGetChainEra ¶
func CmdGetEraSnapshot ¶
func CmdGetEraUnbondLimit ¶
func CmdGetPoolDetail ¶
func CmdGetRParams ¶
func CmdGetSignature ¶
func CmdGetSnapshot ¶
func CmdGetUnbondCommission ¶
func CmdGetUnbondRelayFee ¶
func CmdIcaPoolList ¶
func CmdInitPool ¶
func CmdInterchainTxProposal ¶
func CmdInterchainTxStatus ¶
func CmdLiquidityUnbond ¶
func CmdListExchangeRate ¶
func CmdMigrateInit ¶
func CmdMigrateUnbondings ¶
func CmdPoolUnbondings ¶
func CmdRegisterIcaPool ¶
func CmdRelayFeeReceiver ¶
func CmdRmBondedPool ¶
func CmdSetChainEra ¶
func CmdSetEraSeconds ¶
func CmdSetEraUnbondLimit ¶
func CmdSetLeastBond ¶
func CmdSetPoolDetail ¶
func CmdSetPoolStatus ¶
func CmdSetRParams ¶
func CmdSetRelayFeeReceiver ¶
func CmdSetRelayGasPrice ¶
func CmdSetUnbondCommission ¶
func CmdSetUnbondRelayFee ¶
func CmdSetWithdrawalAddr ¶
func CmdShowEraExchangeRate ¶
func CmdShowExchangeRate ¶
func CmdSubmitSignature ¶
func CmdToggleUnbondSwitch ¶
func CmdTotalProtocolFee ¶
func CmdTransferReport ¶
func CmdUnbondSwitch ¶
func CmdUnsealMigrateInit ¶
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for this module
Types ¶
Source Files ¶
- query.go
- query_ica_pool_list.go
- query_interchain_tx_status.go
- query_pool_unbond_next_sequence.go
- query_pool_unbondings.go
- query_rate.go
- query_relay_fee_receiver.go
- query_total_fee.go
- query_unbond_switch.go
- tx.go
- tx_init_pool.go
- tx_migrate_init.go
- tx_migrate_unbondings.go
- tx_proposals.go
- tx_register_ica_pool.go
- tx_rm_bonded_pool.go
- tx_set_era_seconds.go
- tx_set_pool_status.go
- tx_set_relay_fee_receiver.go
- tx_set_relay_gas_price.go
- tx_set_withdrawal_addr.go
- tx_settings.go
- tx_toggle_unbond_switch.go
- tx_unseal_migrate_init.go
Click to show internal directories.
Click to hide internal directories.