Documentation ¶
Index ¶
Constants ¶
View Source
const ( // CfgMigratorStateFilePath configures the path to the state file of the migrator. CfgMigratorStateFilePath = "migrator.stateFilePath" // CfgMigratorReceiptMaxEntries defines the max amount of entries to embed within a receipt. CfgMigratorReceiptMaxEntries = "migrator.receiptMaxEntries" // CfgMigratorQueryCooldownPeriod configures the cooldown period for the service to ask for new data // from the legacy node in case the migrator encounters an error. CfgMigratorQueryCooldownPeriod = "migrator.queryCooldownPeriod" )
View Source
const ( // CfgMigratorBootstrap configures whether the migration process is bootstrapped. CfgMigratorBootstrap = "migratorBootstrap" // CfgMigratorStartIndex configures the index of the first milestone to migrate. CfgMigratorStartIndex = "migratorStartIndex" )
Variables ¶
View Source
var (
Plugin *node.Plugin
)
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.