package
1.4.1
Repository: https://github.com/favorlabs/favorx.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewMultiResolver will return a new MultiResolver instance.
ParseConnectionStrings will apply ParseConnectionString to each connection string.
WithConnectionConfigs will set the initial connection configuration.
WithDefaultEndpoint will set the default chain endpoint.
WithForceDefault will force resolution using the default resolver chain.
WithLogger will set the logger used by the MultiResolver.

# Variables

ErrCloseFailed denotes that closing the multiresolver failed.
ErrInvalidTLD denotes passing an invalid TLD to the MultiResolver.
ErrResolverChainEmpty denotes trying to pop an empty resolver chain.
ErrResolverChainFailed denotes that an entire name resolution chain for a given TLD failed.
ErrTLDTooLong denotes when a TLD in a name exceeds maximum length.

# Structs

ConnectionConfig contains the TLD, endpoint and contract address used to establish to a resolver.
MultiResolver performs name resolutions based on the TLD label in the name.

# Type aliases

Option is a function that applies an option to a MultiResolver.