Helios API/ Building transactions/
Explicit signers
Explicit signers are actors who approve the transaction without necessarily sending or receiving UTxOs.
Only these explicit signers appear in the tx.signatories
field.
Signers are identified by their PubKeyHash
:
tx.addSigner(helios.PubKeyHash.fromHex("..."))