Skip to main content

⚠️ This is the alpha version. The operation or type does not exist in the beta version.

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: UInt53
): Object

Arguments​

object.address ● SuiAddress! non-null scalar​

object.version ● UInt53 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.