Skip to main content

CommandSignedExecutionClosure

Type Alias CommandSignedExecutionClosure 

Source
pub type CommandSignedExecutionClosure = Box<fn(&ConstructDid, &CommandSpecification, &ValueStore, &Sender<BlockEvent>, &HashMap<ConstructDid, SignerInstance>, SignersState, &AuthorizationContext) -> SignerSignFutureResult>;

Aliased Typeยง

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