is_signer

function is_signer(pubkey: byte_array): boolean

Checks if the provided public key is one of the signers of the current transaction.

Since

0.10.4

Parameters

pubkey

The public key to check.