RCD1KeypairSigner class

Inheritance

Constructors

RCD1KeypairSigner(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 pairinherited-setteroverride-getter

Methods

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

Operators

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

Static Methods

generate() RCD1KeypairSigner
override