Key class

An utility class for SpendKey and SessionPrivateKey

Constructors

Key.froHex(String hex)
factory
Key.fromBase64(String base64)
factory
Key.fromHexSeed(String seedInHex)
Generate a key from a hex seed. Usually used for key which from dashboard (https://developers.mixin.one/dashboard).
factory
Key.fromRaw(Uint8List _raw)
const
Key.fromSeed(Uint8List seed)
factory

Properties

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

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