MCPcopy Create free account
hub / github.com/BitVM/BitVM / generate_burn_taproot_script

Function generate_burn_taproot_script

bridge/src/scripts.rs:28–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26}
27
28pub fn generate_burn_taproot_script() -> ScriptBuf {
29 generate_pay_to_pubkey_taproot_script(&UNSPENDABLE_TAPROOT_PUBLIC_KEY)
30}
31
32pub fn generate_pay_to_pubkey_script(public_key: &PublicKey) -> ScriptBuf {
33 script! {

Callers

nothing calls this directly

Tested by

no test coverage detected