package
1.15.2
Repository: https://github.com/ethereum/go-ethereum.git
Documentation: pkg.go.dev

# Functions

IsNotFound reports whether the given error means that a key/value pair is missing from a record.
WithEntry wraps any value with a key name.

# Constants

the default identity scheme.
maximum encoded size of a node record in bytes.

# Variables

# Structs

KeyError is an error related to a key.
Record represents a node record.

# Interfaces

Entry
Entry is implemented by known node record entry types.
An IdentityScheme is capable of verifying record signatures and deriving node addresses.

# Type aliases

ID is the "id" key, which holds the name of the identity scheme.
IP is either the "ip" or "ip6" key, depending on the value.
IPv4 is the "ip" key, which holds the IP address of the node.
IPv4Addr is the "ip" key, which holds the IP address of the node.
IPv6 is the "ip6" key, which holds the IP address of the node.
IPv6Addr is the "ip6" key, which holds the IP address of the node.
QUIC is the "quic" key, which holds the QUIC port of the node.
QUIC6 is the "quic6" key, which holds the IPv6-specific quic6 port of the node.
SchemeMap is a registry of named identity schemes.
TCP is the "tcp" key, which holds the TCP port of the node.
TCP6 is the "tcp6" key, which holds the IPv6-specific tcp6 port of the node.
UDP is the "udp" key, which holds the UDP port of the node.
UDP6 is the "udp6" key, which holds the IPv6-specific UDP port of the node.