View Source Soroban.RPC.GetLedgerEntryResponse (Soroban v0.8.0)

GetLedgerEntryResponse struct definition.

Link to this section Summary

Link to this section Types

Link to this type

last_modified_ledger_seq()

View Source
@type last_modified_ledger_seq() :: String.t()
@type latest_ledger() :: String.t()
@type t() :: %Soroban.RPC.GetLedgerEntryResponse{
  last_modified_ledger_seq: last_modified_ledger_seq(),
  latest_ledger: latest_ledger(),
  xdr: xdr()
}
@type xdr() :: String.t()