Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
130 commits
Select commit Hold shift + click to select a range
47a6133
Add entry get implementation: account entry
ifropc Apr 16, 2025
b2d5be8
Add reading contract entries
ifropc Apr 17, 2025
0f2e01e
Add remaining types
ifropc Apr 17, 2025
26e3d38
clippy
ifropc Apr 17, 2025
ae1c095
Change ledger entry get -> ledger entry fetch
elizabethengelman Apr 28, 2025
f51e84b
Fix typo
elizabethengelman Apr 28, 2025
9c5fce4
Start to add ledger int tests
elizabethengelman Apr 28, 2025
b11cd63
Remove check for self.asset, offer or data_name before adding LedgerK…
elizabethengelman Apr 30, 2025
cdcba74
Make json formatting the default over xdr
elizabethengelman May 1, 2025
07c5b95
Continue adding to ledger fetch entry tests
elizabethengelman May 1, 2025
dab59ef
Change --id -> --contract-id for clarity
elizabethengelman May 6, 2025
8861054
Refactor contract data test
elizabethengelman May 6, 2025
d4a33a8
More ledger entry fetch tests
elizabethengelman May 6, 2025
e8cbc23
Update generated docs
elizabethengelman May 7, 2025
b03b1a4
Cargo fmt
elizabethengelman May 7, 2025
12e2d33
Update rs-stellar-rpc-client sha in Cargo.lock
elizabethengelman May 7, 2025
398d112
Update ttl ledger entry option
elizabethengelman May 7, 2025
345a9a8
Update ledger entry fetch cmd structure to use subcommands
elizabethengelman May 12, 2025
aecf0b3
Allow a user to pass in a pub key when fetching acct ledger entries
elizabethengelman May 12, 2025
ce36025
Keep updating ledger entry fetch account command to be a subcommand
elizabethengelman May 12, 2025
de51902
Add --hide-account flag
elizabethengelman May 12, 2025
02a0393
Cleanup ledger entry fetch account
elizabethengelman May 12, 2025
0dbf423
Add ledger entry fetch contract subcommand
elizabethengelman May 13, 2025
8a7c80a
Cleanup
elizabethengelman May 13, 2025
4429476
Add ledger entry fetch config subcommand
elizabethengelman May 13, 2025
82b1f37
Add claimable balance subcommand
elizabethengelman May 14, 2025
8d55919
Add liquidity_pool subcommand
elizabethengelman May 14, 2025
5cfb146
Add wasm subcommand
elizabethengelman May 14, 2025
e63d29a
Update fetch doc strings
elizabethengelman May 14, 2025
3c2b871
Update generated docs
elizabethengelman May 14, 2025
ad18d25
Clippy & fmt
elizabethengelman May 14, 2025
4032c42
Merge branch 'main' into ledger-entry-get
elizabethengelman May 14, 2025
e27bb3b
Reorganize imports
elizabethengelman May 14, 2025
9dce723
Cleanup
elizabethengelman May 14, 2025
1c01b66
Factor out duplicate code for all entry fetch cmds
elizabethengelman May 14, 2025
4b590bd
Factor out shared Args for all entry subcmds
elizabethengelman May 14, 2025
b97eafb
Cleanup
elizabethengelman May 14, 2025
6e19078
Update generated docs
elizabethengelman May 14, 2025
5aea49e
Add claimable balance test
elizabethengelman May 20, 2025
8a2fe1d
Add test for fetching liquidity pool
elizabethengelman May 20, 2025
5dace15
Merge branch 'main' into ledger-entry-get
elizabethengelman May 21, 2025
114f70a
Fmt
elizabethengelman May 22, 2025
eddcd31
Merge branch 'main' into ledger-entry-get
elizabethengelman May 27, 2025
3037e72
Merge branch 'main' into ledger-entry-get
elizabethengelman Jun 11, 2025
742e2ff
Update rust version
elizabethengelman Jun 12, 2025
ca707ed
Merge branch 'main' into ledger-entry-get
elizabethengelman Jun 13, 2025
bdca484
Merge branch 'main' into ledger-entry-get
elizabethengelman Jun 19, 2025
2c2d5c3
Cargo fmt
elizabethengelman Jun 19, 2025
49a61f6
Merge branch 'main' into ledger-entry-get
elizabethengelman Jun 26, 2025
93f0c87
Merge branch 'main' into ledger-entry-get
elizabethengelman Jul 7, 2025
617fc35
Merge branch 'main' into ledger-entry-get
elizabethengelman Jul 16, 2025
a048e3e
Fix after merging main
elizabethengelman Jul 16, 2025
0310346
Cargo fmt & clippy
elizabethengelman Jul 16, 2025
7ad4b5e
Merge branch 'main' into ledger-entry-get
elizabethengelman Jul 21, 2025
5a52e0c
Merge branch 'main' into ledger-entry-get
elizabethengelman Jul 22, 2025
9303416
Cargo md gen
elizabethengelman Jul 23, 2025
0fa8c42
Merge branch 'main' into ledger-entry-get
elizabethengelman Jul 24, 2025
e68b3be
Merge branch 'main' into ledger-entry-get
elizabethengelman Jul 28, 2025
ebcf49f
Merge remote-tracking branch 'origin/main' into ledger-entry-get
elizabethengelman Jul 28, 2025
729b800
Merge branch 'main' into ledger-entry-get
elizabethengelman Aug 4, 2025
561d628
Merge branch 'main' into ledger-entry-get
elizabethengelman Aug 5, 2025
5d1c012
Merge branch 'main' into ledger-entry-get
elizabethengelman Aug 6, 2025
590c459
Merge branch 'main' into ledger-entry-get
elizabethengelman Aug 8, 2025
6bc308c
Merge branch 'main' into ledger-entry-get
elizabethengelman Aug 11, 2025
6a2ac4a
Merge branch 'main' into ledger-entry-get
elizabethengelman Aug 12, 2025
60a5e26
Merge branch 'main' into ledger-entry-get
elizabethengelman Aug 14, 2025
7aac7ea
Merge branch 'main' into ledger-entry-get
elizabethengelman Aug 14, 2025
4232335
Merge branch 'main' into ledger-entry-get
elizabethengelman Aug 19, 2025
9ce3e04
Merge branch 'main' into ledger-entry-get
elizabethengelman Aug 19, 2025
8b9bf3a
Merge branch 'main' into ledger-entry-get
elizabethengelman Aug 20, 2025
db51719
Merge branch 'main' into ledger-entry-get
elizabethengelman Aug 27, 2025
a4e763d
Update restore to handle live_until_ledger_seq being an optional from…
elizabethengelman Aug 27, 2025
9cae84b
Merge branch 'main' into ledger-entry-get
elizabethengelman Aug 28, 2025
4c017e9
Merge branch 'main' into ledger-entry-get
elizabethengelman Aug 29, 2025
ac09910
Merge branch 'main' into ledger-entry-get
elizabethengelman Sep 3, 2025
f82dfaa
Update generated docs
elizabethengelman Sep 3, 2025
30f2c9c
Fix integration test
elizabethengelman Sep 3, 2025
70494d3
Merge branch 'main' into ledger-entry-get
janewang Sep 4, 2025
7426256
Use rpc client main branch
elizabethengelman Sep 4, 2025
8a21fe1
Use rpc client v23
elizabethengelman Sep 4, 2025
a20a14e
Merge branch 'main' into ledger-entry-get
elizabethengelman Sep 5, 2025
0c5888a
Merge branch 'main' into ledger-entry-get
elizabethengelman Sep 8, 2025
481952a
Merge branch 'main' into ledger-entry-get
elizabethengelman Sep 8, 2025
f666034
Update cargo.lock
elizabethengelman Sep 8, 2025
0cd1e18
Merge branch 'main' into ledger-entry-get
janewang Sep 9, 2025
7cc7ef5
Merge branch 'main' into ledger-entry-get
elizabethengelman Sep 11, 2025
655f543
Merge branch 'main' into ledger-entry-get
elizabethengelman Sep 11, 2025
9538e03
Merge branch 'main' into ledger-entry-get
elizabethengelman Sep 15, 2025
9c1ae6d
Merge branch 'main' into ledger-entry-get
elizabethengelman Sep 15, 2025
c4c58a0
Merge branch 'main' into ledger-entry-get
elizabethengelman Sep 15, 2025
1d52e42
Fix rpc link in doc comment to be valid mdx
elizabethengelman Sep 15, 2025
c273f83
Generated docs
elizabethengelman Sep 15, 2025
e6e07a1
Merge branch 'main' into ledger-entry-get
elizabethengelman Sep 24, 2025
b2c1178
Merge branch 'main' into ledger-entry-get
elizabethengelman Sep 29, 2025
3584805
Merge branch 'main' into ledger-entry-get
elizabethengelman Sep 30, 2025
8687388
Merge branch 'main' into ledger-entry-get
elizabethengelman Oct 7, 2025
0eadc35
Update generated docs after merge
elizabethengelman Oct 7, 2025
9d5c6f6
Change wasm -> contract-code in stellar ledger entry fetch
elizabethengelman Oct 9, 2025
46e993e
Change contract -> contract_data for ledger entry fetch
elizabethengelman Oct 9, 2025
eb84eb1
Move trustline to its own subcmd instead of nested under account
elizabethengelman Oct 9, 2025
a75dbe9
Move account data to its own subcmd instead of nested under accout
elizabethengelman Oct 9, 2025
95d1d86
Move offer to its own subcmd
elizabethengelman Oct 9, 2025
9035c51
Clean up data, offer and trustline
elizabethengelman Oct 9, 2025
f46507e
Cleanup doc comments & regenerate docs
elizabethengelman Oct 13, 2025
56a4632
Merge remote-tracking branch 'origin/main' into ledger-entry-get
elizabethengelman Oct 13, 2025
75764cd
Merge branch 'main' into ledger-entry-get
elizabethengelman Oct 13, 2025
9c5157a
Cargo fmt
elizabethengelman Oct 13, 2025
0336bb8
Generated docs prettier updates
elizabethengelman Oct 13, 2025
91fd142
Update ContractCode doc comment
elizabethengelman Oct 13, 2025
20aea62
Update account doc comments
elizabethengelman Oct 14, 2025
8d3bfaf
Address PR feedback
elizabethengelman Oct 14, 2025
f3de375
Update cmd/soroban-cli/src/commands/ledger/entry/fetch/trustline.rs
elizabethengelman Oct 14, 2025
181f053
Make contract a named arg for ledger entry fetch contract-data
elizabethengelman Oct 14, 2025
23b34dd
Add a required_unless_present attribute on key and key-xdr for contra…
elizabethengelman Oct 14, 2025
8eb148e
Make all args named args in ledger entry fetch
elizabethengelman Oct 14, 2025
d769cbe
Clean up integration tests
elizabethengelman Oct 14, 2025
51213fd
Remove ledger entry config in favor of existing network settings command
elizabethengelman Oct 14, 2025
3f3fde4
Merge remote-tracking branch 'origin/main' into ledger-entry-get
elizabethengelman Oct 14, 2025
980ba54
Merge branch 'main' into ledger-entry-get
elizabethengelman Oct 15, 2025
57cbd0b
Fix code issues in gen docs
elizabethengelman Oct 15, 2025
530a3fa
Fmt
elizabethengelman Oct 15, 2025
4d4ea4f
Remove unused imports
elizabethengelman Oct 15, 2025
f6f6036
Merge branch 'main' into ledger-entry-get
elizabethengelman Oct 15, 2025
bd05406
Merge branch 'main' into ledger-entry-get
janewang Oct 15, 2025
231cfc6
Merge branch 'main' into ledger-entry-get
elizabethengelman Oct 28, 2025
02e5818
Merge branch 'main' into ledger-entry-get
elizabethengelman Nov 3, 2025
ec9e56a
to_string -> clone
elizabethengelman Nov 3, 2025
b09d997
Merge branch 'main' into ledger-entry-get
elizabethengelman Nov 4, 2025
8687f70
Merge branch 'main' into ledger-entry-get
elizabethengelman Nov 6, 2025
99dec23
Merge branch 'main' into ledger-entry-get
elizabethengelman Nov 11, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
146 changes: 77 additions & 69 deletions Cargo.lock

Large diffs are not rendered by default.

242 changes: 242 additions & 0 deletions FULL_HELP_DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4230,9 +4230,251 @@ Fetch ledger information

###### **Subcommands:**

- `entry` — Work with ledger entries
- `latest` — Get the latest ledger sequence and information from the network
- `fetch` —

## `stellar ledger entry`

Work with ledger entries

**Usage:** `stellar ledger entry <COMMAND>`

###### **Subcommands:**

- `fetch` — Fetch ledger entries. This command supports all types of ledger entries supported by the RPC. Read more about the RPC command here: [https://developers.stellar.org/docs/data/apis/rpc/api-reference/methods/getLedgerEntries#types-of-ledgerkeys](https://developers.stellar.org/docs/data/apis/rpc/api-reference/methods/getLedgerEntries#types-of-ledgerkeys)

## `stellar ledger entry fetch`

Fetch ledger entries. This command supports all types of ledger entries supported by the RPC. Read more about the RPC command here: [https://developers.stellar.org/docs/data/apis/rpc/api-reference/methods/getLedgerEntries#types-of-ledgerkeys](https://developers.stellar.org/docs/data/apis/rpc/api-reference/methods/getLedgerEntries#types-of-ledgerkeys)

**Usage:** `stellar ledger entry fetch <COMMAND>`

###### **Subcommands:**

- `account` — Fetch account entry by public key or alias
- `contract-data` — Fetch contract ledger entry by address or alias and storage key
- `claimable-balance` — Fetch a claimable balance ledger entry by id
- `liquidity-pool` — Fetch a liquidity pool ledger entry by id
- `contract-code` — Fetch a Contract's WASM bytecode by WASM hash
- `trustline` — Fetch a trustline by account and asset
- `data` — Fetch key-value data entries attached to an account (see manageDataOp)
- `offer` — Fetch an offer by account and offer id

## `stellar ledger entry fetch account`

Fetch account entry by public key or alias

**Usage:** `stellar ledger entry fetch account [OPTIONS] --account <ACCOUNT>`

###### **Options:**

- `--account <ACCOUNT>` — Account alias or address to lookup
- `--rpc-url <RPC_URL>` — RPC server endpoint
- `--rpc-header <RPC_HEADERS>` — RPC Header(s) to include in requests to the RPC provider
- `--network-passphrase <NETWORK_PASSPHRASE>` — Network passphrase to sign the transaction sent to the rpc server
- `-n`, `--network <NETWORK>` — Name of network to use from config
- `--global` — ⚠️ Deprecated: global config is always on
- `--config-dir <CONFIG_DIR>` — Location of config directory. By default, it uses `$XDG_CONFIG_HOME/stellar` if set, falling back to `~/.config/stellar` otherwise. Contains configuration files, aliases, and other persistent settings
- `--output <OUTPUT>` — Format of the output

Default value: `json`

Possible values:
- `json`: JSON output of the ledger entry with parsed XDRs (one line, not formatted)
- `json-formatted`: Formatted (multiline) JSON output of the ledger entry with parsed XDRs
- `xdr`: Original RPC output (containing XDRs)

- `--hd-path <HD_PATH>` — If identity is a seed phrase use this hd path, default is 0

## `stellar ledger entry fetch contract-data`

Fetch contract ledger entry by address or alias and storage key

**Usage:** `stellar ledger entry fetch contract-data [OPTIONS] --contract <CONTRACT>`

###### **Options:**

- `--contract <CONTRACT>` — Contract alias or address to fetch
- `--rpc-url <RPC_URL>` — RPC server endpoint
- `--rpc-header <RPC_HEADERS>` — RPC Header(s) to include in requests to the RPC provider
- `--network-passphrase <NETWORK_PASSPHRASE>` — Network passphrase to sign the transaction sent to the rpc server
- `-n`, `--network <NETWORK>` — Name of network to use from config
- `--global` — ⚠️ Deprecated: global config is always on
- `--config-dir <CONFIG_DIR>` — Location of config directory. By default, it uses `$XDG_CONFIG_HOME/stellar` if set, falling back to `~/.config/stellar` otherwise. Contains configuration files, aliases, and other persistent settings
- `--output <OUTPUT>` — Format of the output

Default value: `json`

Possible values:
- `json`: JSON output of the ledger entry with parsed XDRs (one line, not formatted)
- `json-formatted`: Formatted (multiline) JSON output of the ledger entry with parsed XDRs
- `xdr`: Original RPC output (containing XDRs)

- `--durability <DURABILITY>` — Storage entry durability

Default value: `persistent`

Possible values:
- `persistent`: Persistent
- `temporary`: Temporary

- `--key <KEY>` — Storage key (symbols only)
- `--key-xdr <KEY_XDR>` — Storage key (base64-encoded XDR)

## `stellar ledger entry fetch claimable-balance`

Fetch a claimable balance ledger entry by id

**Usage:** `stellar ledger entry fetch claimable-balance [OPTIONS]`

###### **Options:**

- `--id <ID>` — Claimable Balance Ids to fetch an entry for
- `--rpc-url <RPC_URL>` — RPC server endpoint
- `--rpc-header <RPC_HEADERS>` — RPC Header(s) to include in requests to the RPC provider
- `--network-passphrase <NETWORK_PASSPHRASE>` — Network passphrase to sign the transaction sent to the rpc server
- `-n`, `--network <NETWORK>` — Name of network to use from config
- `--global` — ⚠️ Deprecated: global config is always on
- `--config-dir <CONFIG_DIR>` — Location of config directory. By default, it uses `$XDG_CONFIG_HOME/stellar` if set, falling back to `~/.config/stellar` otherwise. Contains configuration files, aliases, and other persistent settings
- `--output <OUTPUT>` — Format of the output

Default value: `json`

Possible values:
- `json`: JSON output of the ledger entry with parsed XDRs (one line, not formatted)
- `json-formatted`: Formatted (multiline) JSON output of the ledger entry with parsed XDRs
- `xdr`: Original RPC output (containing XDRs)

## `stellar ledger entry fetch liquidity-pool`

Fetch a liquidity pool ledger entry by id

**Usage:** `stellar ledger entry fetch liquidity-pool [OPTIONS]`

###### **Options:**

- `--id <ID>` — Liquidity pool ids
- `--rpc-url <RPC_URL>` — RPC server endpoint
- `--rpc-header <RPC_HEADERS>` — RPC Header(s) to include in requests to the RPC provider
- `--network-passphrase <NETWORK_PASSPHRASE>` — Network passphrase to sign the transaction sent to the rpc server
- `-n`, `--network <NETWORK>` — Name of network to use from config
- `--global` — ⚠️ Deprecated: global config is always on
- `--config-dir <CONFIG_DIR>` — Location of config directory. By default, it uses `$XDG_CONFIG_HOME/stellar` if set, falling back to `~/.config/stellar` otherwise. Contains configuration files, aliases, and other persistent settings
- `--output <OUTPUT>` — Format of the output

Default value: `json`

Possible values:
- `json`: JSON output of the ledger entry with parsed XDRs (one line, not formatted)
- `json-formatted`: Formatted (multiline) JSON output of the ledger entry with parsed XDRs
- `xdr`: Original RPC output (containing XDRs)

## `stellar ledger entry fetch contract-code`

Fetch a Contract's WASM bytecode by WASM hash

**Usage:** `stellar ledger entry fetch contract-code [OPTIONS]`

###### **Options:**

- `--wasm-hash <WASM_HASH>` — Get WASM bytecode by hash
- `--rpc-url <RPC_URL>` — RPC server endpoint
- `--rpc-header <RPC_HEADERS>` — RPC Header(s) to include in requests to the RPC provider
- `--network-passphrase <NETWORK_PASSPHRASE>` — Network passphrase to sign the transaction sent to the rpc server
- `-n`, `--network <NETWORK>` — Name of network to use from config
- `--global` — ⚠️ Deprecated: global config is always on
- `--config-dir <CONFIG_DIR>` — Location of config directory. By default, it uses `$XDG_CONFIG_HOME/stellar` if set, falling back to `~/.config/stellar` otherwise. Contains configuration files, aliases, and other persistent settings
- `--output <OUTPUT>` — Format of the output

Default value: `json`

Possible values:
- `json`: JSON output of the ledger entry with parsed XDRs (one line, not formatted)
- `json-formatted`: Formatted (multiline) JSON output of the ledger entry with parsed XDRs
- `xdr`: Original RPC output (containing XDRs)

## `stellar ledger entry fetch trustline`

Fetch a trustline by account and asset

**Usage:** `stellar ledger entry fetch trustline [OPTIONS] --account <ACCOUNT> --asset <ASSET>`

###### **Options:**

- `--rpc-url <RPC_URL>` — RPC server endpoint
- `--rpc-header <RPC_HEADERS>` — RPC Header(s) to include in requests to the RPC provider
- `--network-passphrase <NETWORK_PASSPHRASE>` — Network passphrase to sign the transaction sent to the rpc server
- `-n`, `--network <NETWORK>` — Name of network to use from config
- `--global` — ⚠️ Deprecated: global config is always on
- `--config-dir <CONFIG_DIR>` — Location of config directory. By default, it uses `$XDG_CONFIG_HOME/stellar` if set, falling back to `~/.config/stellar` otherwise. Contains configuration files, aliases, and other persistent settings
- `--output <OUTPUT>` — Format of the output

Default value: `json`

Possible values:
- `json`: JSON output of the ledger entry with parsed XDRs (one line, not formatted)
- `json-formatted`: Formatted (multiline) JSON output of the ledger entry with parsed XDRs
- `xdr`: Original RPC output (containing XDRs)

- `--account <ACCOUNT>` — Account alias or address to lookup
- `--asset <ASSET>` — Assets to get trustline info for
- `--hd-path <HD_PATH>` — If account is a seed phrase use this hd path, default is 0

## `stellar ledger entry fetch data`

Fetch key-value data entries attached to an account (see manageDataOp)

**Usage:** `stellar ledger entry fetch data [OPTIONS] --account <ACCOUNT> --data-name <DATA_NAME>`

###### **Options:**

- `--rpc-url <RPC_URL>` — RPC server endpoint
- `--rpc-header <RPC_HEADERS>` — RPC Header(s) to include in requests to the RPC provider
- `--network-passphrase <NETWORK_PASSPHRASE>` — Network passphrase to sign the transaction sent to the rpc server
- `-n`, `--network <NETWORK>` — Name of network to use from config
- `--global` — ⚠️ Deprecated: global config is always on
- `--config-dir <CONFIG_DIR>` — Location of config directory. By default, it uses `$XDG_CONFIG_HOME/stellar` if set, falling back to `~/.config/stellar` otherwise. Contains configuration files, aliases, and other persistent settings
- `--output <OUTPUT>` — Format of the output

Default value: `json`

Possible values:
- `json`: JSON output of the ledger entry with parsed XDRs (one line, not formatted)
- `json-formatted`: Formatted (multiline) JSON output of the ledger entry with parsed XDRs
- `xdr`: Original RPC output (containing XDRs)

- `--account <ACCOUNT>` — Account alias or address to lookup
- `--data-name <DATA_NAME>` — Fetch key-value data entries attached to an account (see manageDataOp)
- `--hd-path <HD_PATH>` — If identity is a seed phrase use this hd path, default is 0

## `stellar ledger entry fetch offer`

Fetch an offer by account and offer id

**Usage:** `stellar ledger entry fetch offer [OPTIONS] --account <ACCOUNT> --offer <OFFER>`

###### **Options:**

- `--rpc-url <RPC_URL>` — RPC server endpoint
- `--rpc-header <RPC_HEADERS>` — RPC Header(s) to include in requests to the RPC provider
- `--network-passphrase <NETWORK_PASSPHRASE>` — Network passphrase to sign the transaction sent to the rpc server
- `-n`, `--network <NETWORK>` — Name of network to use from config
- `--global` — ⚠️ Deprecated: global config is always on
- `--config-dir <CONFIG_DIR>` — Location of config directory. By default, it uses `$XDG_CONFIG_HOME/stellar` if set, falling back to `~/.config/stellar` otherwise. Contains configuration files, aliases, and other persistent settings
- `--output <OUTPUT>` — Format of the output

Default value: `json`

Possible values:
- `json`: JSON output of the ledger entry with parsed XDRs (one line, not formatted)
- `json-formatted`: Formatted (multiline) JSON output of the ledger entry with parsed XDRs
- `xdr`: Original RPC output (containing XDRs)

- `--account <ACCOUNT>` — Account alias or address to lookup
- `--offer <OFFER>` — ID of an offer made on the Stellar DEX
- `--hd-path <HD_PATH>` — If identity is a seed phrase use this hd path, default is 0

## `stellar ledger latest`

Get the latest ledger sequence and information from the network
Expand Down
1 change: 1 addition & 0 deletions cmd/crates/soroban-test/tests/it/integration/ledger.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
use soroban_rpc::{GetLatestLedgerResponse, GetLedgersResponse};
use soroban_test::{AssertExt, TestEnv};
mod entry;

#[tokio::test]
async fn ledger_latest() {
Expand Down
Loading
Loading