View Source Soroban.RPC.GetLedgerEntryResponse (Soroban v0.10.0)
GetLedgerEntryResponse
struct definition.
Link to this section Summary
Link to this section Types
@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()