Variable Input.unlock

The unlock script, which will be ran together with the matching Input's lock script in the execution engine

struct Input
{
  // ...
  Unlock unlock ;
  // ...
}