pub type CommandSignedExecutionClosure = Box<fn(&ConstructDid, &CommandSpecification, &ValueStore, &Sender<BlockEvent>, &HashMap<ConstructDid, SignerInstance>, SignersState) -> SignerSignFutureResult>;Aliased Typeยง
struct CommandSignedExecutionClosure(/* private fields */);