hash method
Returns the transaction hash of this transaction.
Implementation
Uint8List hash() {
return Util.hash(this.signatureBase());
}
Returns the transaction hash of this transaction.
Uint8List hash() {
return Util.hash(this.signatureBase());
}