Secp256k1RecoverReq constructor

const Secp256k1RecoverReq({
  1. required Uint8List messagePreHashed,
  2. required Uint8List signatureBytes,
  3. int? chainId,
})

Implementation

const Secp256k1RecoverReq({
  required this.messagePreHashed,
  required this.signatureBytes,
  this.chainId,
});