AuthenticateRequest constructor

AuthenticateRequest(
  1. Uint8List signature,
  2. Uint8List publicKey
)

Implementation

AuthenticateRequest(this.signature, this.publicKey);