Ed25519Keypair class

Constructors

Ed25519Keypair([Keypair? keypair])

Properties

hashCode int
The hash code for this object.
no setterinherited
mnemonic String
no setter
publicKey Uint8List
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secretKey Uint8List
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromMnemonic(String mnemonic) Ed25519Keypair
fromSecretKey(Uint8List secretKey, {bool skipValidation = true}) Ed25519Keypair
fromSeed(Uint8List seed) Ed25519Keypair
generate() Ed25519Keypair