Skip to main content

ConsensusCommitPrologueV1Interface

interface ConsensusCommitPrologueV1Interface

V1 of the consensus commit prologue system transaction

BCS

The BCS serialized form for this type is defined by the following ABNF:

consensus-commit-prologue-v1 = u64 u64 (option u64) u64 digest
consensus-determined-version-assignments

Inheritors

ConsensusCommitPrologueV1

Functions

NameSummary
commitTimestampMsabstract fun commitTimestampMs(): ULong
Unix timestamp from consensus
consensusCommitDigestabstract fun consensusCommitDigest(): ConsensusCommitDigest
Digest of consensus output
consensusDeterminedVersionAssignmentsabstract fun consensusDeterminedVersionAssignments(): ConsensusDeterminedVersionAssignments
Stores consensus handler determined shared object version assignments.
epochabstract fun epoch(): ULong
Epoch of the commit prologue transaction
roundabstract fun round(): ULong
Consensus round of the commit
subDagIndexabstract fun subDagIndex(): ULong?
The sub DAG index of the consensus commit. This field will be populated if there are multiple consensus commits per round.