stacks-fireblocks-sdk
    Preparing search index...

    Type Alias GetTransactionHistoryResponse

    type GetTransactionHistoryResponse = {
        data?: any[];
        error?: string;
        success: boolean;
    }
    Index

    Properties

    Properties

    data?: any[]
    error?: string
    success: boolean