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

    Interface IWithdraw

    interface IWithdraw {
        approved_statement: Interfaces.Wallet.IDocument2;
        authorization: Interfaces.Wallet.IDocument2;
        coopname: string;
        created_at: string;
        id: Interfaces.Wallet.IUint64;
        quantity: string;
        statement: Interfaces.Wallet.IDocument2;
        status: string;
        username: string;
        withdraw_hash: string;
    }
    Index

    Properties

    approved_statement: Interfaces.Wallet.IDocument2
    coopname: string
    created_at: string
    quantity: string
    status: string
    username: string
    withdraw_hash: string