UnchangedConsensusObject
Details pertaining to consensus-managed objects that are referenced by but not changed by a transaction.
union UnchangedConsensusObject = ConsensusObjectRead | MutateConsensusStreamEnded | ReadConsensusStreamEnded | ConsensusObjectCancelled | PerEpochConfig
Possible types
UnchangedConsensusObject.ConsensusObjectRead
object
UnchangedConsensusObject.MutateConsensusStreamEnded
object
A transaction that wanted to mutate a consensus-managed object but couldn't because it became not-consensus-managed before the transaction executed (for example, it was deleted, turned into an owned object, or wrapped).
UnchangedConsensusObject.ReadConsensusStreamEnded
object
A transaction that wanted to read a consensus-managed object but couldn't because it became not-consensus-managed before the transaction executed (for example, it was deleted, turned into an owned object, or wrapped).
UnchangedConsensusObject.ConsensusObjectCancelled
object
A transaction that was cancelled before it could access the consensus-managed object, so the object was an input but remained unchanged.
UnchangedConsensusObject.PerEpochConfig
object
Member Of
UnchangedConsensusObjectConnection
object ● UnchangedConsensusObjectEdge
object