mschneider / solcpp

A fast Solana and Mango Markets C++ SDK
Other
39 stars 12 forks source link

Refactor getAccountInfo, getMultipleAccountsInfo #79

Open OmkarAcharekar opened 1 year ago

OmkarAcharekar commented 1 year ago

The name of getAccountInfo and getMultipleAccountsInfo methods can be changed to getAccountInfoAndContext and getMultipleAccountsInfoAndContext respectively as they are also returning context .

Then write separate