package
1.0.0-rc
Repository: https://github.com/cryft-labs/cryftgo.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author
NewLogger returns a callback listener that will log validator set changes for the specified validators.
NewManager returns a new, empty manager.
NewMockState creates a new mock instance.
NewMockSubnetConnector creates a new mock instance.
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

# Structs

GetValidatorOutput is a struct that contains the publicly relevant values of a validator of the Avalanche Network for the output of GetValidator.
MockState is a mock of State interface.
MockStateMockRecorder is the mock recorder for MockState.
MockSubnetConnector is a mock of SubnetConnector interface.
MockSubnetConnectorMockRecorder is the mock recorder for MockSubnetConnector.
No description provided by the author
Validator is a struct that contains the base values representing a validator of the Avalanche Network.

# Interfaces

Connector represents a handler that is called when a connection is marked as connected or disconnected.
Manager holds the validator set of each subnet.
No description provided by the author
No description provided by the author
State allows the lookup of validator sets on specified subnets at the requested P-chain height.
SubnetConnector represents a handler that is called when a connection is marked as connected to a subnet.