Checkpoint class

Annotations
  • @freezed

Constructors

Checkpoint({required String epoch, required String sequenceNumber, required String digest, required String networkTotalTransactions, String? previousDigest, required EpochRollingGasCostSummary epochRollingGasCostSummary, required String timestampMs, required List<String> transactions, required List checkpointCommitments, required String validatorSignature})
const
factory
Checkpoint.fromJson(Map<String, dynamic> json)
factory

Properties

checkpointCommitments List
no setterinherited
digest String
no setterinherited
epoch String
no setterinherited
epochRollingGasCostSummary EpochRollingGasCostSummary
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
networkTotalTransactions String
no setterinherited
previousDigest String?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sequenceNumber String
no setterinherited
timestampMs String
no setterinherited
transactions List<String>
no setterinherited
validatorSignature String
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited