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 CommunityPoolSpendProposal {
    amount: Coin[];
    description: string;
    recipient: string;
    title: string;
}

Properties

amount: Coin[]
description: string
recipient: string
title: string