KaspaUtil class

Constructors

KaspaUtil()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
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

Static Methods

computeSignDataSchnorr(Uint8List data, Uint8List privateKey) Future<Uint8List>
decrypt(Uint8List data, String password) Uint8List
decryptHex(String value, String password) String
decryptToText(String value, String password) String
encrypt(Uint8List data, String password) Uint8List
encryptHex(String value, String password) String
encryptText(String value, String password) String
isEncryptedHex(String hex) bool
isValidSeed(String seed) bool
maybeEncryptHex(String? value, String password) String?
maybeEncryptText(String? value, String password) String?
mnemonicWordsFromEntropyHex(String entropyHex) List<String>
seedFromMnemonic(String mnemonic) String
tryDecryptHex(String? value, String password) String?

Constants

seedLength → const int