BlockInformation class

Constructors

BlockInformation({EthereumAddress? from, String? boundary, String? difficulty, String? extraData, String? gasLimit, String? gasUsed, String? hash, String? logsBloom, EthereumAddress? miner, String? mixHash, String? nonce, EtherAmount? baseFeePerGas, int? number, String? parentHash, String? receiptsRoot, String? seedHash, String? sha3Uncles, String? size, String? stateRoot, DateTime? timestamp, String? totalDifficulty, List<TransactionInformation>? transactions, String? transactionsRoot, List? uncles})
BlockInformation.fromJson(Map<String, dynamic> json)
factory

Properties

baseFeePerGas EtherAmount?
final
boundary String?
final
difficulty String?
final
extraData String?
final
from EthereumAddress?
final
gasLimit String?
final
gasUsed String?
final
hash String?
final
hashCode int
The hash code for this object.
no setterinherited
isSupportEIP1559 bool
no setter
logsBloom String?
final
miner EthereumAddress?
final
mixHash String?
final
nonce String?
final
number int?
final
parentHash String?
final
receiptsRoot String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seedHash String?
final
sha3Uncles String?
final
size String?
final
stateRoot String?
final
timestamp DateTime?
final
totalDifficulty String?
final
transactions List<TransactionInformation>?
final
transactionsRoot String?
final
uncles List?
final

Methods

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

Operators

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