Skip to main content

OwnedOrImmutable

A Move object, either immutable, or owned mutable.

type OwnedOrImmutable {
address: SuiAddress!
version: Int!
digest: String!
object: Object
}

Fields

OwnedOrImmutable.address ● SuiAddress! non-null scalar

ID of the object being read.

OwnedOrImmutable.version ● Int! non-null scalar

Version of the object being read.

OwnedOrImmutable.digest ● String! non-null scalar

32-byte hash that identifies the object's contents at this version, encoded as a Base58 string.

OwnedOrImmutable.object ● Object object

The object at this version. May not be available due to pruning.

Implemented By

TransactionInput union