The URL of the Solana RPC endpoint.
The transaction signature.
const rpcUrl = 'https://api.mainnet-beta.solana.com';
const signature = '5verv...'; // Example transaction signature
const transferDetails = await getSolTransferDetails(rpcUrl, signature);
console.log(transferDetails);
Generated using TypeDoc
Fetches the details of a transaction, specifically the token transfer details.