package
5.6.3-darwinv2-rc0+incompatible
Repository: https://github.com/scroll-tech/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.
# Variables
No description provided by the author
# Interfaces
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.
IPv6 is the "ip6" key, which holds the IP address of the node.
SchemeMap is a registry of named identity schemes.
TCP is the "tcp" key, which holds the TCP port of the node.
UDP is the "udp" key, which holds the IPv6-specific UDP port of the node.
UDP is the "udp" key, which holds the UDP port of the node.
UDP is the "udp" key, which holds the IPv6-specific UDP port of the node.