Hi There
I saw that rosetta-sdk-go includes a client rosetta-sdk-go/client at master
I was wondering if this is the official Rosetta golang client or if folks are working on some other libraries?
At lunar.dev we are using our internal go client so was thinking if we can opensource that or just migrate to use the rosetta-sdk-go one.
One important feature we require is ability to set API Key headers which has some support in the rosetta-sdk-go client. Also because we run multiple chain nodes with potentially different Rosetta versions we would want to have the ability to set a “target” version when calling the api to return correct types etc.
So was wondering if it would make sense to add these features to the rosetta-sdk-go OR to create a higher level client library.
Would love to hear some opinions on this.