Skip to main content

object

The object corresponding to the given address at the (optionally) given version. When no version is given, the latest version is returned.

object(
address: SuiAddress!
version: Int
): Object

Arguments

object.address ● SuiAddress! non-null scalar

object.version ● Int scalar

Type

Object object

An object in Sui is a package (set of Move bytecode modules) or object (typed data structure with fields) with additional metadata detailing its id, version, transaction digest, owner field indicating how this object can be accessed.