Secp256k1FromSeedReq constructor

const Secp256k1FromSeedReq({
  1. required Uint8List seed,
})

Implementation

const Secp256k1FromSeedReq({
  required this.seed,
});