Package-level declarations

Types

Link copied to clipboard
class Account(val config: AptosConfig) : Account

Account API namespace. This class provides functionality to reading and writing account related information.

Link copied to clipboard
class Ans(val config: AptosConfig) : Ans

A class to handle all Aptos Name Service (ANS) operations.

Link copied to clipboard
class Coin(val aptosConfig: AptosConfig) : Coin

An implementation to handle all coin related operations.

Link copied to clipboard

Digital asset API namespace. This class provides functionality to reading and writing digital assets' related information.

Link copied to clipboard
class Faucet(config: AptosConfig) : Faucet

Faucet API namespace. This class provides functionality to create and fund accounts.

Link copied to clipboard
Link copied to clipboard
class General(val config: AptosConfig) : General

A class to handle reading and writing general ledger information.

Link copied to clipboard
class Object(val config: AptosConfig) : Object

A class for querying Aptos Object related data from the indexer.

Link copied to clipboard
class Staking(config: AptosConfig) : Staking

A class for querying all Staking related information.

Link copied to clipboard
class Table(val config: AptosConfig) : Table

A class for querying Aptos Table related data.

Link copied to clipboard
class Transaction(val config: AptosConfig) : Transaction

A class for reading and writing Aptos transactions.