abel-sdk
    Preparing search index...

    Interface BoxReturnProtected

    interface BoxReturn {
        confirmation: PendingTransactionResponse;
        confirmations: PendingTransactionResponse[];
        groupId: string;
        return: undefined | void;
        returns?: ABIReturn[];
        transaction: Transaction;
        transactions: Transaction[];
        txIds: string[];
    }
    Index

    Properties

    confirmation: PendingTransactionResponse
    confirmations: PendingTransactionResponse[]
    groupId: string
    return: undefined | void
    returns?: ABIReturn[]
    transaction: Transaction
    transactions: Transaction[]
    txIds: string[]