The SDK defines the transaction Response type as map[string]interface{}, which makes it difficult to handle API responses in a predictable, type-safe way. Manually asserting types is not very great for developer experience and increases the risk of runtime errors. It would definitely help to define Response structs for each API endpoint.
The SDK defines the transaction
Responsetype asmap[string]interface{}, which makes it difficult to handle API responses in a predictable, type-safe way. Manually asserting types is not very great for developer experience and increases the risk of runtime errors. It would definitely help to define Response structs for each API endpoint.