View Source Soroban.RPC.SendTransactionResponse (Soroban v0.20.0)

SendTransactionResponse struct definition.

Summary

Types

Link to this type

diagnostic_events_xdr()

View Source
@type diagnostic_events_xdr() :: [String.t()] | nil
@type error_result_xdr() :: String.t() | nil
@type hash() :: String.t()
@type latest_ledger() :: non_neg_integer()
Link to this type

latest_ledger_close_time()

View Source
@type latest_ledger_close_time() :: String.t()
@type status() :: String.t()
@type t() :: %Soroban.RPC.SendTransactionResponse{
  diagnostic_events_xdr: diagnostic_events_xdr(),
  error_result_xdr: error_result_xdr(),
  hash: hash(),
  latest_ledger: latest_ledger(),
  latest_ledger_close_time: latest_ledger_close_time(),
  status: status()
}