ReadConsensusStreamEnded
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).
type ReadConsensusStreamEnded {
address: SuiAddress
sequenceNumber: UInt53
}