Block class

Block record

Constructors

Block({required DateTime time, int? height, required String hash, required int slot, required int epoch, required int epochSlot})

Properties

epoch int
final
epochSlot int
final
hash String
Hash of the block
final
hashCode int
The hash code for this object.
no setterinherited
height int?
Block number
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slot int
absolute slot number
final
time DateTime
Block creation time in UTC
final

Methods

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

Operators

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