dzhisl
dzhisl
SDK doesn't support `innerInstructions` param in [simulateTransaction RPC Method](https://solana.com/ru/docs/rpc/http/simulatetransaction) ### Summary of changes: - Added support for this param and support for parsing data from RPC response
Hello, the [simulateTransaction RPC Method](https://solana.com/ru/docs/rpc/http/simulatetransaction) now supports parse of inner instructions, but the param "innerInstructions": true needs to be passed Is it possible to use this param in current SDK?
Is it possible to pass rpc.GetTransactionResult from "github.com/gagliardetto/solana-go/rpc" instead of making http request to rpc node using "net/http"?