Expand description
§Export Command
This module implements the scope export command for exporting
analysis data to various formats (JSON, CSV).
§Usage
# Export address history to JSON
scope export --address 0x742d... --output history.json
# Export to CSV
scope export --address 0x742d... --output history.csv --format csv
# Export address book data
scope export --address-book --output address_book.jsonStructs§
- Export
Args - Arguments for the export command.
- Export
Data - Export data container.
- Export
Report - Data export report.
- Transaction
Export - Exported transaction data.
Functions§
- run
- Executes the export command.