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