solana.
Constructors
CrossmintSolanaWallet
CrossmintClient.createSolanaWallet or the wallet controller over constructing this directly.
Properties
defaultChain
Methods
sendTransaction
CrossmintTransactionDetails.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Flutter Final Class
final class CrossmintSolanaWallet extends CrossmintRuntimeWalletBase
solana.
CrossmintSolanaWallet({
required super.client,
required super.wallet,
super.recoverySigner,
super.signer,
super.additionalSigners,
super.deviceSignerKeyStorage,
super.onAuthRequired,
})
CrossmintClient.createSolanaWallet or the wallet controller over constructing this directly.
String get defaultChain
Future<CrossmintTransactionDetails> sendTransaction(
CrossmintSolanaTransactionRequest request,
)
CrossmintTransactionDetails.Was this page helpful?
