The multi-party time-locked UTXO is basically an n-of-n transaction for the creation and an m-of-n transaction for spending into a single UTXO, which can again be another multi-party time-locked UTXO. The time-locked aspect of the multi-party UTXO will be governed by OutputFeatures::maturity.
Option A: Just secured by TariScript
Option B: Just secured by multi-party UTXO + multi-party range proofs
Option C: Secured by TariScript and multi-party UTXO + multi-party range proofs
The multi-party time-locked UTXO is basically an
n-of-n
transaction for the creation and anm-of-n
transaction for spending into a single UTXO, which can again be another multi-party time-locked UTXO. The time-locked aspect of the multi-party UTXO will be governed byOutputFeatures::maturity
.