ControllerExecutionFn
@iota/identity-wasm API documentation
Type Alias: ControllerExecutionFn()
ControllerExecutionFn: (
tx
,capability
) =>void
Closure that allows users to define what to do with the Identity's controller capability.
Parameters
tx
TransactionDataBuilder
capability
Argument
Returns
void