bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    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

    Index

    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"

    Methods