identity_iota::iota::rebased::proposals

Trait ControllerIntentFnT

Source
pub trait ControllerIntentFnT: FnOnce(&mut ProgrammableTransactionBuilder, &Argument) { }
Expand description

Instances of ControllerIntentFnT can be used as user-provided function to describe how a borrowed identity’s controller capability will be used.

Implementors§

Source§

impl<T> ControllerIntentFnT for T
where T: FnOnce(&mut ProgrammableTransactionBuilder, &Argument),