jsonexporter

package
v0.33.17 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 17, 2024 License: AGPL-3.0 Imports: 22 Imported by: 1

Documentation

Index

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

func ExportLedger(ledgerPath string, targetstate string, outputPath string) error

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL