Documentation ¶
Index ¶
- Constants
- func AddCommands(root *cobra.Command, cdc *codec.Codec)
- func GetCmdCreateSideChainValidator(cdc *codec.Codec) *cobra.Command
- func GetCmdCreateValidator(cdc *codec.Codec) *cobra.Command
- func GetCmdCreateValidatorOpen(cdc *codec.Codec) *cobra.Command
- func GetCmdDelegate(cdc *codec.Codec) *cobra.Command
- func GetCmdEditSideChainValidator(cdc *codec.Codec) *cobra.Command
- func GetCmdEditValidator(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryCrossStakeInfoByAscAddress(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryDelegation(storeName string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryDelegations(storeName string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryParams(storeName string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryPool(storeName string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryRedelegation(storeName string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryRedelegations(storeName string, cdc *codec.Codec) *cobra.Command
- func GetCmdQuerySideAllValidatorsCount(cdc *codec.Codec) *cobra.Command
- func GetCmdQuerySideChainDelegation(storeName string, cdc *codec.Codec) *cobra.Command
- func GetCmdQuerySideChainDelegations(storeName string, cdc *codec.Codec) *cobra.Command
- func GetCmdQuerySideChainPool(storeName string, cdc *codec.Codec) *cobra.Command
- func GetCmdQuerySideChainReDelegationsByValidator(cdc *codec.Codec) *cobra.Command
- func GetCmdQuerySideChainRedelegation(storeName string, cdc *codec.Codec) *cobra.Command
- func GetCmdQuerySideChainRedelegations(storeName string, cdc *codec.Codec) *cobra.Command
- func GetCmdQuerySideChainTopValidators(cdc *codec.Codec) *cobra.Command
- func GetCmdQuerySideChainUnbondingDelegation(storeName string, cdc *codec.Codec) *cobra.Command
- func GetCmdQuerySideChainUnbondingDelegations(storeName string, cdc *codec.Codec) *cobra.Command
- func GetCmdQuerySideChainUnbondingDelegationsByValidator(cdc *codec.Codec) *cobra.Command
- func GetCmdQuerySideParams(storeName string, cdc *codec.Codec) *cobra.Command
- func GetCmdQuerySideValidator(storeName string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryUnbondingDelegation(storeName string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryUnbondingDelegations(storeName string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryValidator(storeName string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryValidators(storeName string, cdc *codec.Codec) *cobra.Command
- func GetCmdRedelegate(storeName string, cdc *codec.Codec) *cobra.Command
- func GetCmdRemoveValidator(cdc *codec.Codec) *cobra.Command
- func GetCmdSideChainDelegate(cdc *codec.Codec) *cobra.Command
- func GetCmdSideChainRedelegate(cdc *codec.Codec) *cobra.Command
- func GetCmdSideChainUnbond(cdc *codec.Codec) *cobra.Command
- func GetCmdUnbond(storeName string, cdc *codec.Codec) *cobra.Command
Constants ¶
const ( FlagAddressDelegator = "address-delegator" FlagAddressValidator = "validator" FlagAddressValidatorSrc = "addr-validator-source" FlagAddressValidatorDst = "addr-validator-dest" FlagPubKey = "pubkey" FlagAmount = "amount" FlagMoniker = "moniker" FlagIdentity = "identity" FlagWebsite = "website" FlagDetails = "details" FlagCommissionRate = "commission-rate" FlagCommissionMaxRate = "commission-max-rate" FlagCommissionMaxChangeRate = "commission-max-change-rate" FlagGenesisFormat = "genesis-format" FlagOffline = "offline" FlagNodeID = "node-id" FlagIP = "ip" FlagProposalID = "proposal-id" FlagConsAddrValidator = "cons-addr-validator" FlagDeposit = "deposit" FlagVotingPeriod = "voting-period" FlagOutputDocument = "output-document" // inspired by wget -O FlagSideChainId = "side-chain-id" FlagSideConsAddr = "side-cons-addr" FlagSideFeeAddr = "side-fee-addr" )
nolint
Variables ¶
This section is empty.
Functions ¶
func GetCmdCreateValidator ¶
GetCmdCreateValidator implements the create validator command handler.
func GetCmdDelegate ¶
GetCmdDelegate implements the delegate command.
func GetCmdEditValidator ¶
GetCmdEditValidator implements the create edit validator command.
func GetCmdQueryCrossStakeInfoByAscAddress ¶ added in v0.1.4
GetCmdQueryCrossStakeInfoByAscAddress implements the cross stake reward query command.
func GetCmdQueryDelegation ¶
GetCmdQueryDelegation the query delegation command.
func GetCmdQueryDelegations ¶
GetCmdQueryDelegations implements the command to query all the delegations made from one delegator.
func GetCmdQueryParams ¶
GetCmdQueryParams implements the params query command.
func GetCmdQueryPool ¶
GetCmdQueryPool implements the pool query command.
func GetCmdQueryRedelegation ¶
GetCmdQueryRedelegation implements the command to query a single redelegation record.
func GetCmdQueryRedelegations ¶
GetCmdQueryRedelegations implements the command to query all the redelegation records for a delegator.
func GetCmdQuerySideChainRedelegation ¶
GetCmdQueryRedelegation implements the command to query a single redelegation record.
func GetCmdQuerySideChainRedelegations ¶
GetCmdQueryRedelegations implements the command to query all the redelegation records for a delegator.
func GetCmdQuerySideChainUnbondingDelegation ¶
GetCmdQueryUnbondingDelegation implements the command to query a single unbonding-delegation record.
func GetCmdQuerySideChainUnbondingDelegations ¶
GetCmdQueryUnbondingDelegations implements the command to query all the unbonding-delegation records for a delegator.
func GetCmdQuerySideParams ¶
func GetCmdQueryUnbondingDelegation ¶
GetCmdQueryUnbondingDelegation implements the command to query a single unbonding-delegation record.
func GetCmdQueryUnbondingDelegations ¶
GetCmdQueryUnbondingDelegations implements the command to query all the unbonding-delegation records for a delegator.
func GetCmdQueryValidator ¶
GetCmdQueryValidator implements the validator query command.
func GetCmdQueryValidators ¶
GetCmdQueryValidators implements the query all validators command.
func GetCmdRedelegate ¶
GetCmdRedelegate implements the redelegate validator command.
func GetCmdRemoveValidator ¶
GetCmdEditValidator implements the create edit validator command.
Types ¶
This section is empty.