SolanaWallet class

Signs transactions to be sent to a Solana Cluster

Constructors

SolanaWallet.fromMnemonic(String mnemonic)
Creates and initializes a new SolanaWallet for the given bip39 mnemonic string of 12 words
factory

Properties

address String
The address or public key of this wallet
final
hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
sign(List<int> data) Future<Signature>
Returns a Future that resolves to the result of signing data with the private key held internally by a given instance
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited