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 wordsfactory
Properties
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