Solwave class
Properties
Methods
-
getUserWallet(
) → Future< WalletEntity?> -
init(
{required String apiKey}) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
selectWallet(
BuildContext context, {dynamic onWalletSelection(WalletEntity)?}) → void -
sendTransaction(
BuildContext context, {required SolanaTransaction transaction, dynamic onTransacitonComplete(String signature)?}) → void -
signMessage(
BuildContext context, {required String message, dynamic onMessageSigned(String signature, String message)?}) → void -
toString(
) → String -
A string representation of this object.
inherited
-
verifySignature(
Uint8List signature, Uint8List messageBytes, Uint8List publicKey) → bool
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited