Ed25519KeypairSigner class

Implemented types
Implementers

Constructors

Ed25519KeypairSigner(Ed25519Keypair ed25519keypair)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type int
getter/setter pairoverride

Methods

mnemonic() String
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
publicKey() Uint8List
override
publicKeyHash() Uint8List
override
secretKey() Uint8List
override
signRaw(Uint8List data) Uint8List
override
toString() String
A string representation of this object.
inherited

Operators

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