MsgFundCommunityPool allows an account to directly fund the community pool.

interface MsgFundCommunityPool {
    amount: Coin[];
    depositor: string;
}

Properties

Properties

amount: Coin[]
depositor: string