PrivateKey.fromSeed constructor

PrivateKey.fromSeed(
  1. Uint8List seed
)

Implementation

PrivateKey.fromSeed(Uint8List seed) : this(_seedToHash(seed));