View Source Soroban.RPC (Soroban v0.21.0)

Exposes functions to interact with the Soroban API requests.

Summary

Functions

See Soroban.RPC.GetEvents.request/2.

See Soroban.RPC.GetFeeStats.request/1.

See Soroban.RPC.GetHealth.request/1.

See Soroban.RPC.GetLatestLedger.request/1.

See Soroban.RPC.GetLedgerEntries.request/2.

See Soroban.RPC.GetNetwork.request/1.

See Soroban.RPC.GetTransaction.request/2.

See Soroban.RPC.GetTransactions.request/2.

See Soroban.RPC.GetVersionInfo.request/1.

See Soroban.RPC.SendTransaction.request/2.

See Soroban.RPC.SimulateTransaction.request/2.

Functions

Link to this function

fetch_next_sequence_number(server, account_id)

View Source
Link to this function

get_events(server, payload)

View Source

See Soroban.RPC.GetEvents.request/2.

See Soroban.RPC.GetFeeStats.request/1.

See Soroban.RPC.GetHealth.request/1.

Link to this function

get_latest_ledger(server)

View Source

See Soroban.RPC.GetLatestLedger.request/1.

Link to this function

get_ledger_entries(server, keys)

View Source

See Soroban.RPC.GetLedgerEntries.request/2.

See Soroban.RPC.GetNetwork.request/1.

Link to this function

get_transaction(server, hash)

View Source

See Soroban.RPC.GetTransaction.request/2.

Link to this function

get_transactions(server, payload)

View Source

See Soroban.RPC.GetTransactions.request/2.

Link to this function

get_version_info(server)

View Source

See Soroban.RPC.GetVersionInfo.request/1.

Link to this function

send_transaction(server, base64_envelope)

View Source

See Soroban.RPC.SendTransaction.request/2.

Link to this function

simulate_transaction(server, args)

View Source

See Soroban.RPC.SimulateTransaction.request/2.