cooptypes - v2026.4.27-2
    Preparing search index...

    Interface IAuthority

    interface IAuthority {
        accounts: IPermissionLevelWeight[];
        keys: IKeyWeight[];
        threshold: number;
        waits: IWaitWeight[];
    }
    Index

    Properties

    keys: IKeyWeight[]
    threshold: number
    waits: IWaitWeight[]