Skip to main content

NameKey

Identifies a dynamic field or derived object under a parent object.

At most one of version, rootVersion, or atCheckpoint may be specified.

input NameKey {
atCheckpoint: UInt53
name: DynamicFieldName!
parent: SuiAddress!
rootVersion: UInt53
version: UInt53
}

Fields

NameKey.atCheckpoint ● UInt53 scalar

If specified, fetch the latest version of the result as of this checkpoint.

NameKey.name ● DynamicFieldName! non-null input

The dynamic field name or derived object key.

NameKey.parent ● SuiAddress! non-null scalar

The parent object that owns the dynamic field or derived object claim.

NameKey.rootVersion ● UInt53 scalar

If specified, fetch the latest version of the result at or before this root version.

NameKey.version ● UInt53 scalar

If specified, fetch the result at this exact version.

Member Of

multiGetDerivedObjects query ● multiGetDynamicFields query ● multiGetDynamicObjectFields query