Skip to main content

Module export

Module export 

Source
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.json

Structs§

ExportArgs
Arguments for the export command.
ExportData
Export data container.
ExportReport
Data export report.
TransactionExport
Exported transaction data.

Functions§

run
Executes the export command.