stellar_snapshot_create
Create a ledger snapshot from a Stellar history archive for a chosen ledger, including specified accounts, contracts, or WASM hashes.
Instructions
Create a ledger snapshot using a history archive
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| out | No | Out path that the snapshot is written to (default: snapshot.json) | |
| ledger | No | The ledger sequence number to snapshot. Defaults to latest history archived ledger | |
| output | Yes | Format of the output file | |
| rpcUrl | No | RPC server endpoint | |
| network | No | Name of network to use from config | |
| addresses | No | Account or contract addresses/aliases to include in the snapshot | |
| configDir | No | Location of config directory | |
| archiveUrl | No | Archive URL | |
| rpcHeaders | No | RPC Header(s) to include in requests to the RPC provider | |
| wasmHashes | No | WASM hashes to include in the snapshot | |
| networkPassphrase | No | Network passphrase |