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

Properties

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