View Source Soroban.RPC.SendTransactionResponse (Soroban v0.16.0)
SendTransactionResponse
struct definition.
Summary
Types
@type error_result_xdr() :: String.t() | nil
@type hash() :: binary()
@type latest_ledger() :: String.t()
@type latest_ledger_close_time() :: String.t()
@type status() :: String.t()
@type t() :: %Soroban.RPC.SendTransactionResponse{ error_result_xdr: error_result_xdr(), hash: hash(), latest_ledger: latest_ledger(), latest_ledger_close_time: latest_ledger_close_time(), status: status() }