Expand description
§Feature traits
Features are traits that are implemented on the base layer of a module. Implementing a feature unlocks the API objects that are dependent on it.
You can easily create and provide your own Adapter for other smart-contract developers by using these features as trait bounds.
Structs§
- Abstract
Name Service Client - ANCHOR_END: ans
Traits§
- Abstract
Name Service - ANCHOR: ans Accessor to the Abstract Name Service.
- Abstract
Registry Access - Trait that enables access to a registry, like a registry contract.
- Abstract
Response - Construct a
Response
with an abstract-specific event. The event contains the contract name and the action, and any additional attributes. - Account
Executor - Trait for modules that are allowed to execute on the account.
- Account
Identification - Retrieve identifying information about an Account. This includes the account and account_id.
- Dependencies
- Retrieve the dependencies of a module.
- Module
Identification - Return the identifier for this module.