BIFROST Network
Search
⌃K

BfcUtility

Description

This pallet allows users to submit proposals to the community.

Extrinsics

community_proposal(proposal: Vec<u8>)
  • interface: api.tx.bfcUtility.communityProposal
  • summary: General community proposal without changes on codes.

Storage Values

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.