(&self)
| 25 | } |
| 26 | |
| 27 | fn generate_taproot_leaf_0_script(&self) -> ScriptBuf { |
| 28 | generate_pay_to_pubkey_taproot_script(&self.n_of_n_taproot_public_key) |
| 29 | } |
| 30 | |
| 31 | fn generate_taproot_leaf_0_tx_in(&self, input: &Input) -> TxIn { |
| 32 | generate_default_tx_in(input) |
no test coverage detected