Interface CommunityPoolSpendProposalWithDeposit

CommunityPoolSpendProposalWithDeposit defines a CommunityPoolSpendProposal with a deposit

interface CommunityPoolSpendProposalWithDeposit {
    amount: string;
    deposit: string;
    description: string;
    recipient: string;
    title: string;
}

Properties

amount: string
deposit: string
description: string
recipient: string
title: string