File tree Expand file tree Collapse file tree
features/transaction-management Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ if (!walletAccount) {
5959await handleSendTransaction ({
6060 transaction: {
6161 signWith: walletAccount .address ,
62- unsignedTransaction: " <base64 -serialized-unsigned-solana-tx>" ,
62+ unsignedTransaction: " <hex -serialized-unsigned-solana-tx>" ,
6363 caip2: " solana:mainnet" ,
6464 sponsor: true ,
6565 },
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ OR (Solana):
6363const sendTransactionStatusId = await client .solSendTransaction ({
6464 transaction: {
6565 signWith: walletAccount .address , // Solana address
66- unsignedTransaction: " <base64 -serialized-unsigned-solana-tx>" ,
66+ unsignedTransaction: " <hex -serialized-unsigned-solana-tx>" ,
6767 caip2: " solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1" , // devnet
6868 sponsor: true ,
6969 // recentBlockhash: "<recent blockhash>", // optional
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ if (!walletAccount) {
6060await handleSendTransaction ({
6161 transaction: {
6262 signWith: walletAccount .address , // Solana address
63- unsignedTransaction: " <base64 -serialized-unsigned-solana-tx>" ,
63+ unsignedTransaction: " <hex -serialized-unsigned-solana-tx>" ,
6464 caip2: " solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1" , // devnet
6565 sponsor: true ,
6666 // recentBlockhash: "<recent blockhash>", // optional
You can’t perform that action at this time.
0 commit comments