blocto / solana-go-sdk

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

feat: add rpc client option WithHttpClient #53

Closed OldSmokeGun closed 2 years ago

OldSmokeGun commented 2 years ago

rpc client should support custom http client so that timeout and proxy etc can be set

halink0803 commented 2 years ago

You can add the WithHttpClient, what is the point of change the module name. It makes no sense

OldSmokeGun commented 2 years ago

Sorry, I really need the WithHttpClient option, but after a long time it hasn't been merged, I just changed the module name to use it, I will return