get_evm_signatures

function get_evm_signatures(): (signers: list<byte_array>, signatures: list<signature>)(source)

Retrieves the signers and signatures from the evm_signatures operation. Returns empty lists if the operation is not found.

Can only be called from an operation.

Throws "MISMATCHED SIGNATURES" if the length of the two lists is mismatched in the evm_signatures operation.

Throws "NULL EVM SIGNATURE" if any signature is null.