package
0.0.0-20250130105826-8a2b41069928
Repository: https://github.com/0xbridge/polygon-edge.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewBLSValidator is a constructor of BLSValidator.
NewBLSValidatorSet creates Validator Set for BLSValidator with initialized validators.
NewECDSAValidator is a constructor of ECDSAValidator.
NewECDSAValidatorSet creates Validator Set for ECDSAValidator with initialized validators.
NewValidatorFromType instantiates a validator by specified type.
NewValidatorSetFromType instantiates a validators by specified type.
ParseBLSValidator parses BLSValidator represented in string.
ParseBLSValidator parses ECDSAValidator represented in string.
ParseValidator parses a validator represented in string.
ParseValidators parses an array of validator represented in string.
ParseValidatorType converts a validatorType string representation to a ValidatorType.

# Constants

No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

BLSValidator is a validator using BLS signing algorithm.
BLSValidator is a validator using ECDSA signing algorithm.
No description provided by the author

# Interfaces

Validator defines the interface of the methods a validator implements.
Validators defines the interface of the methods validator collection implements.

# Type aliases

No description provided by the author
No description provided by the author