Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FSChain ¶
FSChain provides base non-contract functionality of the FS chain required for NNS name resolution.
type Resolver ¶
type Resolver struct {
// contains filtered or unexported fields
}
Resolver is an NNS name resolver.
func NewResolver ¶
NewResolver creates a new NNS Resolver with given FSChain.
func (Resolver) HasUser ¶
HasUser checks whether the user with given userID is registered in NNS under the specified name.
func (Resolver) PurgeCache ¶
func (r Resolver) PurgeCache()
PurgeCache clears the internal cache of resolved names.
Click to show internal directories.
Click to hide internal directories.