helius-labs / helius-sdk

138 stars 40 forks source link

Add method for parsed transactions endpoint #28

Open 0xMukesh opened 1 year ago

0xMukesh commented 1 year ago

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).