You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something annoying is that TypeScript generates [TransactionInstruction](https://solana-labs.github.io/solana-web3.js/classes/TransactionInstruction.html)s, which have programId, keys, and data, while Rust instructions have programId, accounts, and data. Since we're going to be mostly building instructions from TypeScript, I think we should move to be using keys.
The text was updated successfully, but these errors were encountered:
Something annoying is that TypeScript generates
[TransactionInstruction](https://solana-labs.github.io/solana-web3.js/classes/TransactionInstruction.html)
s, which have programId, keys, and data, while Rust instructions have programId, accounts, and data. Since we're going to be mostly building instructions from TypeScript, I think we should move to be using keys.The text was updated successfully, but these errors were encountered: