Interface AminoMsgFundCommunityPool

Allows an account to directly fund the community pool.

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