Documentation ¶
Index ¶
- Variables
- func ExportBlocks(blockID flow.Identifier, dbPath string, outputPath string) error
- func ExportDeltaSnapshots(blockID flow.Identifier, dbPath string, outputPath string) error
- func ExportEvents(blockID flow.Identifier, dbPath string, outputPath string) error
- func ExportExecutedTransactions(blockID flow.Identifier, dbPath string, outputPath string) error
- func ExportLedger(blockID flow.Identifier, dbPath string, ledgerPath string, outputPath string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{
Use: "exec-data-json-export",
Short: "exports all the execution data into json files",
Run: run,
}
Functions ¶
func ExportBlocks ¶
func ExportBlocks(blockID flow.Identifier, dbPath string, outputPath string) error
ExportBlocks exports blocks (note this only export blocks of the main chain and doesn't export forks)
func ExportDeltaSnapshots ¶
func ExportDeltaSnapshots(blockID flow.Identifier, dbPath string, outputPath string) error
ExportDeltaSnapshots exports all the delta snapshots
func ExportEvents ¶
func ExportEvents(blockID flow.Identifier, dbPath string, outputPath string) error
ExportEvents exports events
func ExportExecutedTransactions ¶
func ExportExecutedTransactions(blockID flow.Identifier, dbPath string, outputPath string) error
ExportExecutedTransactions exports executed transactions
func ExportLedger ¶
func ExportLedger(blockID flow.Identifier, dbPath string, ledgerPath string, outputPath string) error
ExportLedger exports ledger key value pairs at the given blockID
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.