blocto / solana-go-sdk

Solana Golang SDK
https://blocto.github.io/solana-go-sdk/
MIT License
373 stars 96 forks source link

Add `getMultipleAccounts` RPC method #36

Closed Aphoh closed 2 years ago

Aphoh commented 2 years ago

Added code to call the getMultipleAccounts rpc endpoint. This code is basically the same as the getAccountInfo rpc call but with an array of base 58 addresses and returning an array of responses.

yihau commented 2 years ago

Thank you!