schnorrFromSeed abstract method

Future<SchnorrIdentityExport> schnorrFromSeed({
  1. required SchnorrFromSeedReq req,
  2. dynamic hint,
})

schnorr

Implementation

Future<SchnorrIdentityExport> schnorrFromSeed(
    {required SchnorrFromSeedReq req, dynamic hint});