rawSeed property

Uint8List rawSeed

seed string

Implementation

Uint8List get rawSeed {
  return ed.seed(keyPair.privateKey);
}