onflow / flow-go-sdk

Tools for building Go applications on Flow :ocean:
https://onflow.org
Apache License 2.0
212 stars 86 forks source link

Add method to get execution data client #755

Closed peterargue closed 2 months ago

peterargue commented 2 months ago

Closes: #???

Description

Currently, there's no way to get the execution data client used by the SDK client. This is sometimes useful when the SDK is not fully up to date with the access API.

Adding a ExecutionDataRPCClient() method to return the raw client


For contributor use: