powDataForTx function

Hash powDataForTx(
  1. RawTransaction tx
)

Implementation

Hash powDataForTx(RawTransaction tx) =>
    computePowDataHash(tx.address!, tx.previousHash!);