blockHash property

EthereumData? blockHash

Block hash. Hash of the block where this transaction was in. Null when the transaction is pending.

Implementation

EthereumData? get blockHash => _blockHash;