Closed marcnjaramillo closed 2 years ago
This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.
🔍 Inspect: https://vercel.com/cookbook/solana-cookbook/D9djyBADH4uebpD37EcJ1b5EApTA
✅ Preview: https://solana-cookbook-git-fork-mlh-fellowship-update-334502-cookbook.vercel.app
This PR updates the example for calculating transaction cost using the new
getEstimatedFee
andgetFeeForMessage
methods. It also adds a note thatgetRecentBlockhash
has been deprecated and shouldn't be used with current versions of the web3.js library.Closes #314