Documentation ¶
Index ¶
- Variables
- func ExportEVMState(chainName string, ledgerPath string, targetState string, outputPath string) error
- func ExportEVMStateFromGob(chainName string, evmStateGobDir string, flowHeight uint64, outputPath string) error
- func ExportEVMStateFromPayloads(ledger atree.Ledger, storageRoot flow.Address, outputPath string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{
Use: "export-evm-state",
Short: "exports evm state into a several binary files",
Run: run,
}
Functions ¶
func ExportEVMState ¶
func ExportEVMState( chainName string, ledgerPath string, targetState string, outputPath string) error
ExportEVMState evm state
func ExportEVMStateFromGob ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.