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

Method generate_script

bridge/src/connectors/connector_3.rs:31–33  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

29
30impl P2wshConnector for Connector3 {
31 fn generate_script(&self) -> ScriptBuf {
32 generate_timelock_script(&self.operator_public_key, self.num_blocks_timelock)
33 }
34
35 fn generate_address(&self) -> Address {
36 generate_timelock_script_address(

Callers

nothing calls this directly

Calls 1

generate_timelock_scriptFunction · 0.85

Tested by

no test coverage detected