Package-level declarations

Types

Link copied to clipboard
interface Coin

Defines the API for interacting with coin-related data on the Sui network.

Link copied to clipboard
interface Events

Defines the API for querying events on the Sui network.

Link copied to clipboard
interface Faucet

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

Link copied to clipboard
interface General

Defines the general-purpose API for querying chain-wide information.

Link copied to clipboard
interface Governance

Defines the API for interacting with Sui's on-chain governance, including validators, committees, and staking.

Link copied to clipboard
interface Move

Defines the API for inspecting Move modules, functions, and types on the Sui network.

Link copied to clipboard
interface Object

Defines the API for fetching and interacting with on-chain objects in the Sui network.

Link copied to clipboard
interface Sns

Defines the API for interacting with the Sui Name Service (SNS).

Link copied to clipboard
interface Transaction

Defines the API for building, simulating, executing, and querying transactions on the Sui network.

Functions

Link copied to clipboard
inline suspend fun <T> General.query(query: GraphqlQuery): Nothing