> For the complete documentation index, see [llms.txt](https://docs.bifrostnetwork.com/kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bifrostnetwork.com/kr/developer-documentations/pallet-interfaces/bfcutility.md).

# BfcUtility

### Description

해당 팔렛을 통해 사용자는 커뮤니티에 제안을 제출할 수 있습니다.

### Extrinsics

**community\_proposal(proposal: `Vec<u8>`)**

* interface: `api.tx.bfcUtility.communityProposal`
* summary: 코드 변경이 없는 일반 커뮤니티 제안.

### Storage Values

**AcceptedProposals(): `Vec<Proposal>`**

* interface: `api.query.bfcUtility.acceptedProposals`
* summary: 승인된 제안을 위한 스토리지입니다. 거버넌스에 의해 통과된 제안은 여기에 저장됩니다.

**ProposalIndex(): `PropIndex`**

* interface: `api.query.bfcUtility.proposalIndex`
* summary: 제안 인덱스를 위한 스토리지입니다. 제안이 승인될 때마다 인덱스가 증가합니다.
