receipt

package
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2022 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// CfgReceiptsBackupEnabled configures whether receipts are additionally stored in the specified folder.
	CfgReceiptsBackupEnabled = "receipts.backup.enabled"
	// CfgReceiptsBackupPath configures the path to the receipts backup folder.
	CfgReceiptsBackupPath = "receipts.backup.path"
	// 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.

Jump to

Keyboard shortcuts

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