BLSVerifyReq constructor

const BLSVerifyReq({
  1. required Uint8List signature,
  2. required Uint8List message,
  3. required Uint8List publicKey,
})

Implementation

const BLSVerifyReq({
  required this.signature,
  required this.message,
  required this.publicKey,
});