Skip to main content

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

multiGetObjects

Fetch a list of objects by their IDs and versions.

multiGetObjects(
keys: [ObjectKey!]!
): [Object]!

Arguments

multiGetObjects.keys ● [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.