hash method Null safety
- Network network
override
Returns the transaction hash of this transaction.
Implementation
Uint8List hash(Network network) {
return Util.hash(this.signatureBase(network));
}
Returns the transaction hash of this transaction.
Uint8List hash(Network network) {
return Util.hash(this.signatureBase(network));
}