This pallet allows users to submit proposals to the community.
community_proposal(proposal: Vec<u8>)
Vec<u8>
interface: api.tx.bfcUtility.communityProposal
api.tx.bfcUtility.communityProposal
summary: General community proposal without changes on codes.
AcceptedProposals(): Vec<Proposal>
Vec<Proposal>
interface: api.query.bfcUtility.acceptedProposals
api.query.bfcUtility.acceptedProposals
summary: Storage for accepted proposals. Proposal passed by governance will be stored here.
ProposalIndex(): PropIndex
PropIndex
interface: api.query.bfcUtility.proposalIndex
api.query.bfcUtility.proposalIndex
summary: Storage for proposal index. Whenever proposal is accepted, index will be increased.
Last updated 2 years ago