Documentation ¶
Index ¶
- Variables
- func ExportBlocks(blockID flow.Identifier, dbPath string, outputPath string) (flow.StateCommitment, 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(ledgerPath string, targetstate string, outputPath string) error
- func ExportResults(blockID flow.Identifier, dbPath 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) (flow.StateCommitment, 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 ¶
ExportLedger exports ledger key value pairs at the given blockID
func ExportResults ¶ added in v0.12.0
func ExportResults(blockID flow.Identifier, dbPath string, outputPath string) error
ExportResults exports results
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.