interface IDeposit {
    coopname: string;
    deposit_id: GatewayContract.Interfaces.IUint64;
    quantity: string;
    type: string;
    username: string;
}

Properties

coopname: string
quantity: string
type: string
username: string