class

RNS::Resolver

Inherits Reference < Object

Resolver is a stub/placeholder for the Reticulum Distributed Identity Resolver system. In the Python reference implementation this class contains only the interface with no implemented functionality. It is included here for API completeness and future expansion.

Class methods

resolve_identity(full_name : String) : Identity | Nil

Resolve an identity by its full name.

This is currently a stub that returns nil, matching the Python reference implementation where resolve_identity returns None.

Parameters: full_name - The full name to resolve (e.g. "app.aspect1.aspect2")

Returns nil (not yet implemented).

Source