.derupt-ext-trait
Developers can extend the functionality of Derupt by creating Extensions for user to use.
More Details Coming Soon
(sample extensions coming soon)
Extension argument ext
must follow the.derupt-ext-trait
function schema
Extension execution is done per the exec-ext-func
function, which takes extras
as an argument. Extension(s) contract calls are made in the .derupt-core-yyyymmdd
.
Users can have only 1 extension enabled, per key function call. eg..
can have 1
ext
allowed ingift-message
can have 1
ext
allowed insend-message
can have 1
ext
allowed inlike-message
can have 1
ext
allowed indislike-message
can have 1
ext
allowed infavorable-reply-message
can have 1
ext
allowed inunfavorable-reply-message
(note: users can change the enabled extension over time)
Last updated