get_first_allowed_auth_descriptor_by_signers

@mount("ft4.get_first_allowed_auth_descriptor_by_signers") query get_first_allowed_auth_descriptor_by_signers(op_name: text, args: gtv, account_id: byte_array, signers: list<byte_array>): byte_array?(source)

Same as core.auth.get_first_allowed_auth_descriptor_by_signers.

Throws if the auth handler for this operation is not found or its resolver is a function that throws.

Parameters

op_name

the name of the operation to call

args

the arguments for the operation

account_id

the account that will call the operation

signers

the list of signers that can be used for authenticating

See also

core.auth.get_first_allowed_auth_descriptor_by_signers

core.auth.get_first_allowed_auth_descriptor_by_signers