Module abstract_sdk::features

source ·
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§

Traits§