@martiandao/aptos-web3-bip44.js
Version:
Web3 SDK For Aptos
10 lines • 361 B
TypeScript
import { AptosRequest, AptosResponse } from "./types";
export declare type PostRequestOptions = Omit<AptosRequest, "method">;
/**
* Main function to do a Post request
*
* @param options PostRequestOptions
* @returns
*/
export declare function post<Req, Res>(options: PostRequestOptions): Promise<AptosResponse<Req, Res>>;
//# sourceMappingURL=post.d.ts.map