Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BitVM/BitVM
/ prev_scripts
Method
prev_scripts
bridge/src/transactions/take_2.rs:50–52 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
48
}
49
50
fn prev_scripts(&self) -> &Vec<ScriptBuf> {
51
&self.prev_scripts
52
}
53
}
54
55
impl PreSignedMusig2Transaction for Take2Transaction {
Callers
4
pre_sign_musig2_taproot_input
Function · 0.45
finalize_musig2_taproot_input
Function · 0.45
pre_sign_p2wsh_input
Function · 0.45
pre_sign_taproot_input_default
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected