get_account_auth_descriptors_by_signer
@mount("ft4.get_account_auth_descriptors_by_signer")
query get_account_auth_descriptors_by_signer(account_id: byte_array, signer: byte_array): list<(id: byte_array, account_id: byte_array, auth_type: auth_type, args: gtv, rules: gtv, created: integer)>(source)
Returns all the auth descriptors associated with a specific account for which the provided pubkey is a signer. Either as a single signer or as part of a multisig auth descriptor.
Returns an empty list if no auth descriptors match
Parameters
account_id
id of the account to get auth descriptors for
signer
pubkey of the signer for which to fetch auth descriptors