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

    Interface ClientResponse<Res>

    interface ClientResponse<Res> {
        config?: any;
        data: Res;
        headers?: any;
        request?: any;
        response?: any;
        status: number;
        statusText: string;
    }

    Type Parameters

    • Res
    Index

    Properties

    config?: any
    data: Res
    headers?: any
    request?: any
    response?: any
    status: number
    statusText: string