SchnorrKeyshare class

Constructors

SchnorrKeyshare({required Handle handle})

Properties

bytes Future<Uint8List>
no setter
handle → Handle
final
hashCode int
The hash code for this object.
no setterinherited
id Future<String>
no setter
keyId Future<String>
no setter
keyIdB64 Future<String>
no setter
keyIdBytes Future<Uint8List>
no setter
keyIdHex Future<String>
no setter
publicKeyB64 Future<String>
no setter
publicKeyBytes Future<Uint8List>
no setter
publicKeyHex Future<String>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionId Future<String>
no setter
sessionIdB64 Future<String>
no setter
sessionIdBytes Future<Uint8List>
no setter
sessionIdHex Future<String>
no setter

Methods

deriveChildPublicKeyBase64(String derivationPath) Future<String>
deriveChildPublicKeyData(String derivationPath) Future<Uint8List>
deriveChildPublicKeyHex(String derivationPath) Future<String>
free() Future<void>
getServerPublicPoint() Future<Uint8List>
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

fromBytes(Iterable<int> bytes) Future<SchnorrKeyshare>