MsgCommunityPoolSpend defines a message for sending tokens from the community pool to another account. This message is typically executed via a governance proposal with the governance module being the executing authority.

Since: cosmos-sdk 0.47

from message cosmos.distribution.v1beta1.MsgCommunityPoolSpend

Hierarchy

Constructors

Properties

amount: Coin[] = []

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

authority: string = ""

authority is the address that controls the module (defaults to x/gov unless overwritten).

from field: string authority = 1;

recipient: string = ""

from field: string recipient = 2;

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

Methods