Function firstAllowedAuthDescriptor
- firstAllowedAuthDescriptor(opName, args, accountId, ids): QueryObject<Buffer | null, {
account_id: Buffer;
ad_ids: Buffer[];
args: RawGtv;
op_name: string;
}> Parameters
- opName: string
- args: RawGtv
- accountId: BufferId
- ids: BufferId[]
Returns QueryObject<Buffer | null, {
account_id: Buffer;
ad_ids: Buffer[];
args: RawGtv;
op_name: string;
}>
Finds the first auth descriptor from a list of auth descriptors which will be allowed to perform the specified operation on the account.