get_signers

function get_signers(auth_descriptor: auth_descriptor): list<byte_array>(source)

Extracts the signer list from an auth descriptor

Return

a list of signers. If the auth descriptor was single-sig, it will have one element.

Parameters

auth_descriptor

the auth descriptor to extract the signers from