Deposit tokens for an active proposal.
When the total deposit amount exceeds the MinDeposit, the proposal will enter the voting procedure.
Identity of a proposal
Amount to be deposited
Query a deposit of a proposal
Identity of a proposal
Bech32 depositor address
Query all deposits of a proposal
Identity of a proposal
Query details of a single proposal
Identity of a proposal
Query proposals by conditions
Query the statistics of a proposal
Identity of a proposal
Query a vote
Identity of a proposal
Bech32 voter address
Query all votes of a proposal
Identity of a proposal
Submit a CommunityTaxUsageProposal along with an initial deposit
There are three usages, Burn, Distribute and Grant. Burn means burning tokens from community funds. Distribute and Grant will transfer tokens to the destination trustee's account from community funds.
The proposer must deposit at least 30% of the MinDeposit to submit a proposal.
Title of the proposal
Description of the proposal
Initial deposit of the proposal(at least 30% of minDeposit)
Type of the CommunityTaxUsage
Percentage of the current community pool to be used
Submit a ParameterChangeProposal along with an initial deposit
The proposer must deposit at least 30% of the MinDeposit to submit a proposal.
Title of the proposal
Description of the proposal
Initial deposit of the proposal(at least 30% of minDeposit)
On-chain Parameter to be changed, eg. [{"subspace":"mint","key":"Inflation","value":"0.05"}]
Submit a PlainTextProposal along with an initial deposit
The proposer must deposit at least 30% of the MinDeposit to submit a proposal.
Title of the proposal
Description of the proposal
Initial deposit of the proposal(at least 30% of minDeposit)
Vote for an active proposal, options: Yes/No/NoWithVeto/Abstain. Only validators and delegators can vote for proposals in the voting period.
Identity of a proposal
Vote option
Generated using TypeDoc
This module provides governance functionalities
More Details
v0.17