Hey! It would be awesome if the SDK has a method for the /v0/transactions (parsed transactions) endpoint. The endpoint's response is pretty complex, if you're trying to write type-safe code you would need to manually write the types for the response (or use a type generator).
Hey! It would be awesome if the SDK has a method for the
/v0/transactions
(parsed transactions) endpoint. The endpoint's response is pretty complex, if you're trying to write type-safe code you would need to manually write the types for the response (or use a type generator).