Search
SimulateTransactionResponse struct definition.
SimulateTransactionResponse
@type cost() :: map()
@type error() :: String.t() | nil
@type latest_ledger() :: String.t()
@type results() :: [map()]
@type t() :: %Soroban.RPC.SimulateTransactionResponse{ cost: cost(), error: error(), latest_ledger: latest_ledger(), results: results() }