Parameters
Result
The method returns a SolanaTransaction object that you can pass to signWithKeypairs() .Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Decode unsigned transaction from base64 into Solana Transaction.
await client.solana.decodeTransaction(unsignedTxBase64);
| unsignedTxBase64 string, required |
Transaction object that you can pass to signWithKeypairs() .