hash method

Uint8List hash ()

Returns the transaction hash of this transaction.

Implementation

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