solana-foundation / developer-content

Collection of Developer content for exploring, learning, and building in the Solana ecosystem.
https://solana.com/developers
81 stars 96 forks source link

Update javascript-reference.md #221

Closed jim4067 closed 1 month ago

jim4067 commented 1 month ago

Remove use of deprecated method and constructor arguments

Problem

Remove the use of the deprecated web3.js method getRecentBlockhash

Summary of Changes

Updates Transaction instantiation to

let latestBlockhash = await conn.getLatestBlockhash();