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.