UNPKG

@martiandao/aptos-web3-bip44.js

Version:
11 lines 404 B
import { AptosRequest, AptosResponse } from "./types"; import "./cookieJar"; /** * The main function to use when doing an API request. * Wraps axios error response with AptosApiError * * @param options AptosRequest * @returns the response or AptosApiError */ export declare function aptosRequest<Req, Res>(options: AptosRequest): Promise<AptosResponse<Req, Res>>; //# sourceMappingURL=core.d.ts.map