wallet-crossmint/src
Functions
createCrossmintWallet()
createCrossmintWallet(Defined in: packages/wallet-crossmint/src/index.ts:36 Creates a Crossmint custodial wallet for Solana. Uses the Crossmint Wallets SDK to sign and send transactions via API key authentication.network,crossmintApiKey,crossmintWalletAddress):Promise<{network:string;publicKey:Address;sendTransaction: (tx) =>Promise<string>; }>
Parameters
network
string
Solana network identifier.
crossmintApiKey
string
Crossmint API key for authentication.
crossmintWalletAddress
string
Address of the Crossmint-managed wallet.
Returns
Promise<{ network: string; publicKey: Address; sendTransaction: (tx) => Promise<string>; }>
A wallet object that can send kit-native Solana transactions.