Function UpdateSigner.makeUpdateUnlock

Creates a trigger / update transaction's unlock script.

Unlock makeUpdateUnlock (
  SigPair update_multi_sig,
  uint seq_id
);

For the trigger transaction the unlock script is a simple multisig, for the update transaction the unlock script must be a sequence signature which is verified with the CHECK_SEQ_SIG opcode in the previous trigger or update transaction's lock script.

Parameters

NameDescription
update_multi_sig the already validated multi-sig for this trigger / update transaction

Returns

the unlock script