Variable Input.unlock_age

The UTXO this Input references must be at least unlock_age older than the block height at which the spending transaction wants to be included in the block. Use for implementing relative time locks.

struct Input
{
  // ...
  uint unlock_age = 0u;
  // ...
}