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.