Aptos .NET SDK API Reference

This is the full API reference for the Aptos .NET SDK.

Installation

The SDK is published onto NuGet where you can install it using the following command:

dotnet add package Aptos

Explore

  • Aptos: The main namespace for interacting with the Aptos blockchain.
  • Aptos.Core: Core utilities for the SDK.
  • Aptos.Schemes: All authentication schemes supported in the SDK.
  • Aptos.Exceptions: All data types for exceptions thrown by the SDK.