Deposit defines an amount deposited by an account address to an active proposal.

interface Deposit {
    amount: Coin[];
    depositor: string;
    proposalId: bigint;
}

Properties

amount: Coin[]
depositor: string
proposalId: bigint