Interface GovernanceModule

§13.6 — Governance configuration: authorities and permitted override types.

interface GovernanceModule {
    authorities: string[];
    overrideTypes: GovernanceAction[];
    quorumThreshold: number;
}

Properties

authorities: string[]
overrideTypes: GovernanceAction[]
quorumThreshold: number