interface IOnedeposit {
    coopname: string;
    expired_at: string;
    id: GatewayContract.Interfaces.IUint64;
    link: string;
    memo: string;
    quantity: string;
    status: string;
    token_contract: string;
    type: string;
    username: string;
}

Properties

coopname: string
expired_at: string
link: string
memo: string
quantity: string
status: string
token_contract: string
type: string
username: string