Skip to main content
⚠️ This is the beta version of the Sui GraphQL schema. The beta schema will replace the alpha GraphQL schema upon its official release.

Address

No description

type Address implements IAddressable {
address: SuiAddress!
}

Fields

Address.address ● SuiAddress! non-null scalar

The Address' identifier, a 32-byte number represented as a 64-character hex string, with a lead "0x".

Interfaces

IAddressable interface

Interface implemented by GraphQL types representing entities that are identified by an address.

An address uniquely represents either the public key of an account, or an object's ID, but never both. It is not possible to determine which type an address represents up-front. If an object is wrapped, its contents will not be accessible via its address, but it will still be possible to access other objects it owns.

Returned By

address query

Member Of

BalanceChange object ● Event object ● GasInput object ● Transaction object