Skip to main content

CommandExecutionClosure

Type Alias CommandExecutionClosure 

Source
pub type CommandExecutionClosure = Box<fn(&ConstructDid, &CommandSpecification, &ValueStore, &Sender<BlockEvent>, &AuthorizationContext) -> CommandExecutionFutureResult>;

Aliased Typeยง

pub struct CommandExecutionClosure(/* private fields */);