CommunityPoolSpendProposal details a proposal for use of community funds, together with how many coins are proposed to be spent, and to which recipient account.

interface CommunityPoolSpendProposalAmino {
    amount?: CoinAmino[];
    description?: string;
    recipient?: string;
    title?: string;
}

Properties

amount?: CoinAmino[]
description?: string
recipient?: string
title?: string