Skip to main content

multiGetDerivedObjects

Access derived objects under parent objects using their names and optional version bounds.

Each key can specify at most one of version, rootVersion, or atCheckpoint, with the same semantics as Query.object. Returns a list that is guaranteed to be the same length as keys. If a derived object has not been claimed, has been deleted, or is not available in the store, its corresponding entry is null.

multiGetDerivedObjects(
keys: [NameKey!]!
): [MoveObject]!

Arguments

multiGetDerivedObjects.keys ● [NameKey!]! non-null input

Type

MoveObject object

A MoveObject is a kind of Object that reprsents data stored on-chain.