blocto / solana-go-sdk

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

Implement GetBlockWithConfig #108

Closed ffc0 closed 1 year ago

ffc0 commented 1 year ago

Implement GetBlockWithConfig, which is a version of GetBlock that allows you to specify the rpc.GetBlockConfig config as a parameter.

yihau commented 1 year ago

Thank you!