@coopenomics/sdk
    Preparing search index...

    Interface Authority

    interface Authority {
        accounts: PermissionLevelWeight[];
        keys: KeyWeight[];
        threshold: number;
        waits: WaitWeight[];
    }
    Index

    Properties

    keys: KeyWeight[]
    threshold: number
    waits: WaitWeight[]