Versions in this module Expand all Collapse all v1 v1.21.0 Jun 18, 2026 v1.20.0 Jun 12, 2026 Changes in this version + func VaultPublicKeyHex(v *VaultDON) (string, error) + type Reader interface + GetDON func(ctx context.Context, donID uint32) (capreg.CapabilitiesRegistryDONInfo, error) + GetDONsInFamily func(ctx context.Context, family string) ([]*big.Int, error) + GetNodes func(ctx context.Context) ([]capreg.INodeInfoProviderNodeInfo, error) + type Resolver struct + func NewResolver(reader Reader, family string) *Resolver + func (r *Resolver) ResolveVaultDON(ctx context.Context) (*VaultDON, error) + type VaultDON struct + DON capreg.CapabilitiesRegistryDONInfo + Nodes []capreg.INodeInfoProviderNodeInfo