Allows an account to directly fund the community pool.

interface AminoMsgFundCommunityPool {
    type: "cosmos-sdk/MsgFundCommunityPool";
    value: {
        amount: readonly Coin[];
        depositor: string;
    };
}

Hierarchy

  • AminoMsg
    • AminoMsgFundCommunityPool

Properties

Properties

type: "cosmos-sdk/MsgFundCommunityPool"
value: {
    amount: readonly Coin[];
    depositor: string;
}

Type declaration

  • Readonly amount: readonly Coin[]
  • Readonly depositor: string

    Bech32 account address

Generated using TypeDoc