package
1.3.9-rc.0
Repository: https://github.com/bloxapp/ssv.git
Documentation: pkg.go.dev

# Packages

Package mocks is a generated GoMock package.

# Functions

FetchValidatorsMetadata is fetching validators data from beacon.
NewLocalTestNetwork creates a new local beacon chain network.
NewMockbeaconDuties creates a new mock instance.
NewMockBeaconNode creates a new mock instance.
NewMockbeaconSubscriber creates a new mock instance.
NewMockbeaconValidator creates a new mock instance.
NewMockproposer creates a new mock instance.
NewMocksigner creates a new mock instance.
NewMockValidatorMetadataStorage creates a new mock instance.
NewNetwork creates a new beacon chain network.
UpdateValidatorsMetadata updates validator information for the given public keys.

# Structs

DutyData represent unified duty types data.
InputValueAttestation implementing IsInputValueSignedData.
InputValueAttestationData implementing IsInputValueData.
MockbeaconDuties is a mock of beaconDuties interface.
MockbeaconDutiesMockRecorder is the mock recorder for MockbeaconDuties.
MockBeaconNode is a mock of BeaconNode interface.
MockBeaconNodeMockRecorder is the mock recorder for MockBeaconNode.
MockbeaconSubscriber is a mock of beaconSubscriber interface.
MockbeaconSubscriberMockRecorder is the mock recorder for MockbeaconSubscriber.
MockbeaconValidator is a mock of beaconValidator interface.
MockbeaconValidatorMockRecorder is the mock recorder for MockbeaconValidator.
Mockproposer is a mock of proposer interface.
MockproposerMockRecorder is the mock recorder for Mockproposer.
Mocksigner is a mock of signer interface.
MocksignerMockRecorder is the mock recorder for Mocksigner.
MockValidatorMetadataStorage is a mock of ValidatorMetadataStorage interface.
MockValidatorMetadataStorageMockRecorder is the mock recorder for MockValidatorMetadataStorage.
Network is a beacon chain network.
Options for controller struct creation.
ValidatorMetadata represents validator metdata from beacon.

# Interfaces

No description provided by the author
BeaconNode interface for all beacon duty calls.
IsInputValueData interface representing input data.
IsInputValueSignedData interface representing input signed data.
ValidatorMetadataStorage interface for validator metadata.

# Type aliases

OnUpdated represents a function to be called once validator's metadata was updated.