multiGetObjects
Fetch a list of objects by their IDs and versions.
multiGetObjects(
objectKeys: [ObjectKey!]!
): [Object!]!
Arguments
multiGetObjects.objectKeys
● [ObjectKey!]!
non-null input
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.