Ed25519PublicKey constructor

Ed25519PublicKey(
  1. Uint8List seed, {
  2. String? keyType,
})

Implementation

Ed25519PublicKey(
  this.seed, {
  this.keyType,
});