Solwave class

Properties

apiKey String
latefinal
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Properties

instance Solwave
no setter