cooptypes - v2026.4.27-2
    Preparing search index...

    Interface IDeposit

    interface IDeposit {
        coopname: string;
        created_at: string;
        deposit_hash: string;
        id: Interfaces.Wallet.IUint64;
        quantity: string;
        status: string;
        username: string;
    }
    Index

    Properties

    coopname: string
    created_at: string
    deposit_hash: string
    quantity: string
    status: string
    username: string