Documentation ¶
Index ¶
Constants ¶
View Source
const ( // CfgReceiptsBackupEnabled configures whether receipts are additionally stored in the specified folder. CfgReceiptsBackupEnabled = "receipts.backup.enabled" // CfgReceiptsBackupFolder configures the path to the receipts backup folder. CfgReceiptsBackupFolder = "receipts.backup.folder" // CfgReceiptsValidatorValidate configures whether to validate receipts. CfgReceiptsValidatorValidate = "receipts.validator.validate" // CfgReceiptsValidatorIgnoreSoftErrors configures the node to not panic if a soft error is encountered. CfgReceiptsValidatorIgnoreSoftErrors = "receipts.validator.ignoreSoftErrors" // CfgReceiptsValidatorAPIAddress configures the address of the legacy node API to query for white-flag confirmation data. CfgReceiptsValidatorAPIAddress = "receipts.validator.api.address" // CfgReceiptsValidatorAPITimeout configures the timeout of API calls. CfgReceiptsValidatorAPITimeout = "receipts.validator.api.timeout" // CfgReceiptsValidatorCoordinatorAddress configures the address of the legacy coordinator. CfgReceiptsValidatorCoordinatorAddress = "receipts.validator.coordinator.address" // CfgReceiptsValidatorCoordinatorMerkleTreeDepth configures the depth of the Merkle tree of the legacy coordinator. CfgReceiptsValidatorCoordinatorMerkleTreeDepth = "receipts.validator.coordinator.merkleTreeDepth" )
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.