Block class

Annotations
  • @JsonSerializable()

Constructors

Block(String id, int? blockNum)
Block.fromJson(Map<String, dynamic> json)
factory

Properties

actionMRoot String?
getter/setter pair
blockExtensions List<Object>?
getter/setter pair
blockNum int?
final
confirmed int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
headerExtensions List<Object>?
getter/setter pair
id String
final
newProducers Object?
getter/setter pair
previous String?
getter/setter pair
producer String?
getter/setter pair
producerSignature String?
getter/setter pair
refBlockPrefix int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheduleVersion int?
getter/setter pair
timestamp DateTime?
getter/setter pair
transactionMRoot String?
getter/setter pair
transactions List<TransactionReceipt>?
getter/setter pair

Methods

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

Operators

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