The name of [getAccountInfo ](https://github.com/OmkarAcharekar/solcpp/blob/3b801c1c7471029e769c188159c7adc50481a8b9/include/solana.hpp#L981) and [getMultipleAccountsInfo ](https://github.com/OmkarAcharekar/solcpp/blob/3b801c1c7471029e769c188159c7adc50481a8b9/include/solana.hpp#L1004) methods can be changed to [getAccountInfoAndContext](https://solana-labs.github.io/solana-web3.js/classes/Connection.html#getAccountInfoAndContext) and [ getMultipleAccountsInfoAndContext](https://solana-labs.github.io/solana-web3.js/classes/Connection.html#getMultipleAccountsInfoAndContext) respectively as they are also returning context . Then write separate * [getAccountInfo ](https://solana-labs.github.io/solana-web3.js/classes/Connection.html#getAccountInfo) * [getMultipleAccountsInfo](https://solana-labs.github.io/solana-web3.js/classes/Connection.html#getMultipleAccountsInfo). #39