Dot class

Constructors

Dot()

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

mnemonicToAddress(String mnemonic, {dynamic prefix = 0}) Future<String>
Generates the dot address associated with mnemonic
mnemonicToAddresses(String mnemonic) Future<List>
get all address
mnemonicToPrivateKey(String mnemonic) Future<Uint8List>
Generates Sui seed by mnemonic
privateKeyToPublicKey(Uint8List privateKey) Uint8List
Generates new Pair key by privateKey
publicKeyToAddress(Uint8List publicKey, {dynamic prefix = 0}) String
signature(dynamic message, Uint8List privateKey) String
verifySignedMessage(Uint8List publicKey, String signedMessage, String message) bool