signingHash method

Uint8List signingHash()

Implementation

Uint8List signingHash() {
  return keccak256(_unsignedPayload());
}