get_signers_from_encoded_auth_descriptor
function get_signers_from_encoded_auth_descriptor(a_t: auth_type, args: byte_array): list<byte_array>(source)
Extracts the signer list from an auth descriptor's args
Return
a list of signers. If the auth descriptor was single-sig, it will have one element.
Parameters
a_t
the auth type
args
the auth descriptor args