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