CommunityPoolSpendProposal details a proposal for use of community funds, together with how many coins are proposed to be spent, and to which recipient account.

Deprecated: Do not use. As of the Cosmos SDK release v0.47.x, there is no longer a need for an explicit CommunityPoolSpendProposal. To spend community pool funds, a simple MsgCommunityPoolSpend can be invoked from the x/gov module via a v1 governance proposal.

from message cosmos.distribution.v1beta1.CommunityPoolSpendProposal

Hierarchy

Constructors

Properties

amount: Coin[] = []

from field: repeated cosmos.base.v1beta1.Coin amount = 4;

description: string = ""

from field: string description = 2;

recipient: string = ""

from field: string recipient = 3;

title: string = ""

from field: string title = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.distribution.v1beta1.CommunityPoolSpendProposal" = "cosmos.distribution.v1beta1.CommunityPoolSpendProposal"

Methods