View Source Soroban.RPC.SimulateTransactionResponse (Soroban v0.10.0)

SimulateTransactionResponse struct definition.

Link to this section Summary

Link to this section Types

@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()
}