Module feature_objects

Source
Expand description

§Structs that implement a feature trait

Feature objects are objects that store sufficient data to unlock some functionality. These objects are mostly used internally to easy re-use application code without requiring the usage of a base contract.

Structs§

AnsHost
Struct that stores the ans-host contract address. Implements AbstractNameService feature
RegistryContract
Store the Registry contract. Implements [AbstractRegistryAccess] (defined in abstract-sdk)