@aptos-labs/ts-sdk - v3.1.1
    Preparing search index...

    Type Alias AptosApiErrorOpts

    Options for handling errors in the Aptos API.

    type AptosApiErrorOpts = {
        apiType: AptosApiType;
        aptosRequest: AptosRequest;
        aptosResponse: AptosResponse<any, any>;
    }
    Index

    Properties

    apiType: AptosApiType
    aptosRequest: AptosRequest
    aptosResponse: AptosResponse<any, any>