MCPcopy Create free account
hub / github.com/dfinity/orbit / Quorum

Interface Quorum

cli/src/audit/types.ts:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23export type UserSpecifier = { Any: null } | { Id: UUID[] } | { Group: UUID[] };
24
25export interface Quorum {
26 approvers: UserSpecifier;
27 min_approved: number;
28}
29
30export interface QuorumPercentage {
31 approvers: UserSpecifier;

Calls

no outgoing calls

Tested by

no test coverage detected