package
0.0.0-20230516101456-1d7836d562fc
Repository: https://github.com/exfury/grbchain.git
Documentation: pkg.go.dev

# Functions

BuildCreateValidatorMsg makes a new MsgCreateValidator.
CreateValidatorMsgHelpers returns the flagset, particular flags, and a description of defaults this is anticipated to be used with the gen-tx.
GetCmdAddShares gets command for multi voting.
GetCmdBindProxy gets command for binding proxy.
GetCmdCreateValidator gets the create validator command handler.
GetCmdDeposit gets command for deposit.
GetCmdDepositMinSelfDelegation gets the deposit minSelfDelegation command handler.
GetCmdDestroyValidator gets command for destroying a validator and unbonding the min-self-delegation.
GetCmdEditValidator gets the create edit validator command TODO: add full description.
GetCmdEditValidatorCommissionRate gets the edit validator commission rate command.
GetCmdProposeValidatorProposal implements a command handler for submitting propose validator proposal transaction.
GetCmdProxy gets subcommands for proxy voting.
GetCmdQueryDelegator gets command for querying the info of delegator about delegation and shares.
GetCmdQueryParams gets the params query command.
GetCmdQueryPool gets the pool query command.
GetCmdQueryProxy gets command for querying the delegators by a specific proxy.
GetCmdQueryValidator gets the validator query command.
GetCmdQueryValidators gets the query all validators command.
GetCmdQueryValidatorShares gets command for querying all shares added to a validator.
GetCmdRegProxy gets command for proxy registering.
GetCmdUnbindProxy gets command for unbinding proxy.
GetCmdUnregProxy gets command for proxy unregistering.
GetCmdWithdraw gets command for withdrawing the deposit.
GetQueryCmd returns the cli query commands for staking module.
GetTxCmd returns the transaction commands for this module.
PrepareFlagsForTxCreateValidator prepares flags in config.

# Constants

nolint.
nolint.
nolint.
nolint.
nolint.
nolint.
nolint.

# Variables

common flagsets to add to various functions.

# Structs

DelegatorResponse is designed for delegator info query.
No description provided by the author

# Type aliases

Delegators is a type alias of sdk.AccAddress slice.