movement-fireblocks-sdk
    Preparing search index...

    Type Alias GetTransactionHistoryResponse

    type GetTransactionHistoryResponse = {
        error?: string;
        transaction_details: TransactionResponse | undefined;
        transaction_version: number;
    }
    Index

    Properties

    error?: string
    transaction_details: TransactionResponse | undefined
    transaction_version: number