hash method

Uint8List hash(
  1. Network network
)
override

Returns the transaction hash of this transaction.

Implementation

Uint8List hash(Network network) {
  return Util.hash(this.signatureBase(network));
}