Type alias PMEvents<T>

PMEvents<T>: {
    destroy: undefined;
    proof: [T, ProvingManagerSetupInput<T>];
}

Type Parameters

Type declaration

Generated using TypeDoc