WOTSWallet class
Constructors
- WOTSWallet.new({String? name, Uint8List? wots, Uint8List? addrTag, Uint8List? secret})
Properties
- addrTagHex ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- mochimoAddr ↔ WotsAddress?
-
getter/setter pair
- name ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- wotsAddrHex ↔ String?
-
getter/setter pair
Methods
-
clear(
) → void -
getAddress(
) → Uint8List? -
getAddrHash(
) → Uint8List? -
getAddrTag(
) → Uint8List? -
getAddrTagBase58(
) → String? -
getAddrTagHex(
) → String? -
getName(
) → String? -
getSecret(
) → Uint8List? -
getWots(
) → Uint8List? -
getWotsAdrs(
) → Uint8List? -
getWotsHex(
) → String? -
getWotsPk(
) → Uint8List? -
getWotsPubSeed(
) → Uint8List? -
getWotsTag(
) → Uint8List? -
hasSecret(
) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sign(
Uint8List data) → Uint8List -
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
-
verify(
Uint8List message, Uint8List signature) → bool
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited