BfcUtility
Description
This pallet allows users to submit proposals to the community.
Extrinsics
community_proposal(proposal: Vec<u8>)
interface:
api.tx.bfcUtility.communityProposalsummary: General community proposal without changes on codes.
Storage Values
AcceptedProposals(): Vec<Proposal>
interface:
api.query.bfcUtility.acceptedProposalssummary: Storage for accepted proposals. Proposal passed by governance will be stored here.
ProposalIndex(): PropIndex
interface:
api.query.bfcUtility.proposalIndexsummary: Storage for proposal index. Whenever proposal is accepted, index will be increased.
Last updated