restPoiHash property

Uint8List get restPoiHash

Rest of the transaction to be divided in a new level in the proof of inclusion In this case we choose the complete transaction

Implementation

Uint8List get restPoiHash => sha256(data: pbBytes);