Skip to main content

ConsensusObjectRead

The transaction accepted a consensus object as input, but only to read it.

type ConsensusObjectRead {
address: SuiAddress!
version: UInt53!
digest: String!
object: Object
}

Fields

ConsensusObjectRead.address ● SuiAddress! non-null scalar

ID of the object being read.

ConsensusObjectRead.version ● UInt53! non-null scalar

Version of the object being read.

ConsensusObjectRead.digest ● String! non-null scalar

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

ConsensusObjectRead.object ● Object object

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

Implemented By

UnchangedConsensusObject union