Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AggregatorValueCheck ¶
type AggregatorValueCheck struct { }
AggregatorValueCheck checks for an Aggregator type value
func (*AggregatorValueCheck) Check ¶
func (v *AggregatorValueCheck) Check(value []byte) error
Check returns error if value is invalid
type AttestationValueCheck ¶
type AttestationValueCheck struct { }
AttestationValueCheck checks for an Attestation type value
func (*AttestationValueCheck) Check ¶
func (v *AttestationValueCheck) Check(value []byte) error
Check returns error if value is invalid
type ProposerValueCheck ¶
type ProposerValueCheck struct { }
ProposerValueCheck checks for an Aggregator type value
func (*ProposerValueCheck) Check ¶
func (v *ProposerValueCheck) Check(value []byte) error
Check returns error if value is invalid
Click to show internal directories.
Click to hide internal directories.