transactionHash property

EthereumData? transactionHash

Transaction hash. Hash of the transactions this log was created from. Null when the log is pending.

Implementation

EthereumData? get transactionHash => _transactionHash;