Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Discv5 ¶
type Discv5Impl ¶
type Dv5Settings ¶
type Dv5Settings interface { LocalNode() *enode.LocalNode StaticIP() net.IP SetStaticIP(ip net.IP) FallbackIP() net.IP SetFallbackIP(ip net.IP) FallbackUDP() uint16 SetFallbackUDP(port uint16) GetPriv() *crypto.Secp256k1PrivateKey SetIP(ip net.IP) SetTCP(port uint16) SetUDP(port uint16) SetEth2Data(dat *beacon.Eth2Data) SetAttnets(dat *beacon.AttnetBits) }
type GethLogger ¶
type GethLogger struct {
logrus.FieldLogger
}
type LazyLogEntry ¶
type LazyLogEntry struct {
// contains filtered or unexported fields
}
func (*LazyLogEntry) MarshalJSON ¶
func (lle *LazyLogEntry) MarshalJSON() ([]byte, error)
func (*LazyLogEntry) MarshalText ¶
func (lle *LazyLogEntry) MarshalText() ([]byte, error)
Click to show internal directories.
Click to hide internal directories.