Documentation
¶
Index ¶
Constants ¶
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 ParamsMigrator = &ParametersMigrator{ ReceiptMaxEntries: migrator.SensibleMaxEntriesCount, }
View Source
var ParamsReceipts = &ParametersReceipts{}
View Source
var (
Plugin *app.Plugin
)
Functions ¶
This section is empty.
Types ¶
type ParametersMigrator ¶
type ParametersReceipts ¶
type ParametersReceipts struct {
Validator struct {
API struct {
Address string `default:"http://localhost:14266" usage:"address of the legacy node API to query for white-flag confirmation data"`
Timeout time.Duration `default:"5s" usage:"timeout of API calls"`
} `name:"api"`
Coordinator struct {
Address string `` /* 133-byte string literal not displayed */
MerkleTreeDepth int `default:"24" usage:"depth of the Merkle tree of the coordinator"`
}
}
}
Click to show internal directories.
Click to hide internal directories.