OwnedOrImmutable
A Move object, either immutable, or owned mutable.
type OwnedOrImmutable {
  address: SuiAddress!
  version: UInt53!
  digest: String!
  object: Object
}
Fields
OwnedOrImmutable.address ● SuiAddress! non-null scalar
ID of the object being read.
OwnedOrImmutable.version ● UInt53! 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