streamingfast / solana-go

Go library for the Solana Blockchain
Apache License 2.0
123 stars 25 forks source link

Is there any plans to support rpc api about token? #3

Open yihau opened 3 years ago

yihau commented 3 years ago

I saw there are some api about token in here. Is these will integrate in this project?

maoueh commented 2 years ago

Yes we could integrate the new APIs no problem, which method are you looking to use exactly?

Note that new methods that exists but are not in library can still be used in your call, the lower level building blocks to call the RPC are now available via the DoRequest method.