You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever we're sending simulateTransaction JSON RPC requests, we're sending the parameters as an array. However, if we add new fields to a SimulateTransactionRequest that should be optional (this PR for context), we will need to always pass those new fields in the request. However, we can omit parameters if we use postObject to call the simulateTransaction endpoint.
The text was updated successfully, but these errors were encountered:
Whenever we're sending
simulateTransaction
JSON RPC requests, we're sending the parameters as an array. However, if we add new fields to aSimulateTransactionRequest
that should be optional (this PR for context), we will need to always pass those new fields in the request. However, we can omit parameters if we use postObject to call thesimulateTransaction
endpoint.The text was updated successfully, but these errors were encountered: