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

interface DepositSDKType {
    amount: CoinSDKType[];
    depositor: string;
    proposal_id: bigint;
}

Properties

amount: CoinSDKType[]
depositor: string
proposal_id: bigint