K4SecretKey class
Constructors
- K4SecretKey.new(Uint8List bytes)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- prefix → String
-
finalinherited
-
publicKey
→ Future<
SimplePublicKey> -
no setter
- publicKeyBytes → Uint8List
-
Возвращает публичную часть ключа (последние 32 байта)
no setter
- rawBytes → Uint8List
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- seed → Uint8List
-
Возвращает seed часть ключа (первые 32 байта)
no setter
Methods
-
encode(
) → String -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromHex(
String hex) → K4SecretKey -
fromString(
String encoded) → K4SecretKey