Secp256k1ShareSecretReq constructor

const Secp256k1ShareSecretReq({
  1. required Uint8List seed,
  2. required Uint8List publicKeyRawBytes,
})

Implementation

const Secp256k1ShareSecretReq({
  required this.seed,
  required this.publicKeyRawBytes,
});