Discover Packages
github.com/bloxapp/ssv
eth
localevents
package
Version:
v1.3.1
Opens a new window with list of versions in this module.
Published: Mar 5, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type ClusterLiquidatedEventYAML struct {
Owner string `yaml:"Owner"`
OperatorIds []uint64 `yaml:"OperatorIds"`
}
type ClusterReactivatedEventYAML struct {
Owner string `yaml:"Owner"`
OperatorIds []uint64 `yaml:"OperatorIds"`
}
type Event struct {
Name string
Data interface{}
}
Event represents an eth1 event log in the system
TODO: It has no Log field because it's not used and seems unnecessary. However, we need to make sure we don't need it.
func (e *Event ) UnmarshalYAML(value *yaml.Node) error
type FeeRecipientAddressUpdatedEventYAML struct {
Owner string `yaml:"Owner"`
RecipientAddress string `yaml:"RecipientAddress"`
}
type OperatorAddedEventYAML struct {
ID uint64 `yaml:"ID"`
Owner string `yaml:"Owner"`
PublicKey string `yaml:"PublicKey"`
}
type OperatorRemovedEventYAML struct {
ID uint64 `yaml:"ID"`
}
type ValidatorAddedEventYAML struct {
PublicKey string `yaml:"PublicKey"`
Owner string `yaml:"Owner"`
OperatorIds []uint64 `yaml:"OperatorIds"`
Shares string `yaml:"Shares"`
}
type ValidatorExitedEventYAML struct {
PublicKey string `yaml:"PublicKey"`
OperatorIds []uint64 `yaml:"OperatorIds"`
}
type ValidatorRemovedEventYAML struct {
Owner string `yaml:"Owner"`
OperatorIds []uint64 `yaml:"OperatorIds"`
PublicKey string `yaml:"PublicKey"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.