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

# Functions

FindIdentityScheme resolves name to an identity scheme in the global registry.
IsNotFound reports whether the given error means that a key/value pair is missing from a record.
RegisterIdentityScheme adds an identity scheme to the global registry.
SignV4 signs a record using the v4 scheme.
WithEntry wraps any value with a key name.

# Constants

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

# 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 the "ip" key, which holds the IP address of the node.
Secp256k1 is the "secp256k1" key, which holds a public key.
TCP is the "tcp" key, which holds the TCP port of the node.
UDP is the "udp" key, which holds the UDP port of the node.