Documentation ¶
Overview ¶
Package stake implements the staking sub-commands.
Index ¶
Constants ¶
View Source
const ( // CfgHeight configures the consensus height. CfgHeight = "height" // CfgAccountAddr configures the account address. CfgAccountAddr = "stake.account.address" // CfgAmount configures the amount of stake in base units. CfgAmount = "stake.amount" CfgShares = "stake.shares" // CfgTransferDestination configures the transfer destination address. CfgTransferDestination = "stake.transfer.destination" // CfgEscrowAccount configures the escrow address. CfgEscrowAccount = "stake.escrow.account" // CfgCommissionScheduleRates configures the commission schedule rate steps. CfgCommissionScheduleRates = "stake.commission_schedule.rates" // CfgCommissionScheduleBounds configures the commission schedule rate bound steps. CfgCommissionScheduleBounds = "stake.commission_schedule.bounds" // CfgAllowBeneficiary configures the beneficiary address. CfgAllowBeneficiary = "stake.allow.beneficiary" // CfgAllowAmountChange configures the allowance change. CfgAllowAmountChange = "stake.allow.amount_change" // CfgWithdrawSource configures the withdrawal source address. CfgWithdrawSource = "stake.withdraw.source" )
View Source
const CfgPublicKey = "public_key"
CfgPublicKey configures the public key.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.