Documentation ¶
Overview ¶
Package ensm stands for ENS Manager for fairOS. It initialises an eth client and only exposes the essential functionalities for fairOS
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ENSManager ¶
type ENSManager interface { GetOwner(username string) (common.Address, error) RegisterSubdomain(username string, owner common.Address, key *ecdsa.PrivateKey) error SetResolver(username string, owner common.Address, key *ecdsa.PrivateKey) (string, error) SetAll(username string, owner common.Address, key *ecdsa.PrivateKey) error GetInfo(username string) (*ecdsa.PublicKey, string, error) }
ENSManager interface takes care of the ens based account management
Click to show internal directories.
Click to hide internal directories.