interface MsgDepositParams {
    amount: SecretJS.Tx.Coin[];
    depositor: string;
    proposal_id: string;
}

Hierarchy (view full)

Properties

amount: SecretJS.Tx.Coin[]
depositor: string
proposal_id: string

Generated using TypeDoc