CLI Reference
Transaction
LiquidStake
Liquid stake coin.
It requires whitelisted_validators
to be registered. The config.yml file registers a single whitelist validator for testing purpose.
Usage
Argument
Description
amount
amount of coin to liquid stake; it must be the bond denom
Example
LiquidUnstake
Unstake coin.
Usage
Argument
Description
amount
amount of coin to unstake; it must be the bToken denom
Example
Query
Params
Query the current liquidstaking parameters information.
Usage
Example
LiquidValidators
Query all liquid validators.
Usage
Example
States
Query net amount state.
Usage
Example
VotingPower
Query the voter’s staking and liquid staking voting power.
Usage
Argument
Description
voter
voter account address
Example
Last updated