TIME_ LOCK_ SCRIPT_ PREFIX
Hex prefix shared by every time lock vault locking script (scriptPubKey), used to identify time lock outputs when scanning transaction history.
Decoded as script bytecode: 00 OP_0 — script template version tag 14 push 20 bytes — direct push opcode (0x14 = 20) 461ad2…dd76 — hash160 of the time lock template script
Every time lock output begins with these bytes; the constraint hash and visible args (unlock value, derivation index) follow and vary per vault, so they are not part of the prefix.