IQuorumEvents TypeAlias
All events fired by an IQuorum, both client tracking and proposal tracking.
Signature
export declare type IQuorumEvents = IQuorumClientsEvents & IQuorumProposalsEvents;
All events fired by an IQuorum, both client tracking and proposal tracking.
export declare type IQuorumEvents = IQuorumClientsEvents & IQuorumProposalsEvents;