• Preparing search index...
  • The search index is not available
@aptos-labs/ts-sdk - v5.1.5
  • @aptos-labs/ts-sdk
  • post

Function post

  • post<Req, Res>(options): Promise<AptosResponse<Req, Res>>
  • Executes a POST request to the specified URL with the provided options.

    Type Parameters

    • Req extends {}
    • Res extends {}

    Parameters

    • options: PostRequestOptions

      The options for the POST request.

    Returns Promise<AptosResponse<Req, Res>>

    The response from the POST request.

    • Defined in src/client/post.ts:95

Settings

Member Visibility
@aptos-labs/ts-sdk - v5.1.5
  • Loading...