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

Properties

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