blocto / solana-go-sdk

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

Implement SDK options and add support for a custom http client #66

Closed adelowo closed 2 years ago

adelowo commented 2 years ago

This fixes #55 and adds the groundwork for future SDK improvements that might be needed.

I have added two new functions to the public API.

there are no breaking changes

yihau commented 2 years ago

Thank you!