prevHash property

List<int>? prevHash

Returns the sha256 hash of the previous block header

Implementation

List<int>? get prevHash => _prevHash;