address
Look-up an account by its SuiAddress.
If rootVersion
is specified, nested dynamic field accesses will be fetched at or before this version. This can be used to fetch a child or ancestor object bounded by its root object's version, when its immediate parent is wrapped, or a value in a dynamic object field. For any wrapped or child (object-owned) object, its root object can be defined recursively as:
- The root object of the object it is wrapped in, if it is wrapped.
- The root object of its owner, if it is owned by another object.
- The object itself, if it is not object-owned or wrapped.
Specifying a rootVersion
disables nested queries for paginating owned objects or dynamic fields (these queries are only supported at checkpoint boundaries).
address(
address: SuiAddress!
rootVersion: UInt53
): Address!