get_auth_descriptor_data
function get_auth_descriptor_data(ad: immutable_mirror_struct<account_auth_descriptor>): (id: byte_array, account_id: byte_array, auth_type: auth_type, args: gtv, rules: gtv, created: integer)(source)
Extract info from an account_auth_descriptor
in a more accessible format. Useful for queries that return auth descriptors.
Parameters
ad
The account_auth_descriptor
to extract info from