SignedBlock class

Full signed block.

Inheritance
Annotations
  • @JsonSerializable()

Constructors

SignedBlock({required String block_id, required String signing_key, required List<String> transaction_ids, required List<Transaction> transactions, dynamic witness_signature, dynamic previous, dynamic timestamp, dynamic witness, dynamic transaction_merkle_root, dynamic extensions})
SignedBlock.fromJson(Map<String, dynamic> json)
factory

Properties

block_id String
final
extensions List
finalinherited
hashCode int
The hash code for this object.
no setterinherited
previous String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signing_key String
final
timestamp String
finalinherited
transaction_ids List<String>
final
transaction_merkle_root String
finalinherited
transactions List<Transaction>
final
witness String
finalinherited
witness_signature String
finalinherited

Methods

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

Operators

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