Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BitVM/BitVM
/ verifier_inputs
Method
verifier_inputs
bridge/src/transactions/take_2.rs:78–80 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
76
&mut self.musig2_signatures
77
}
78
fn verifier_inputs(&self) -> Vec<usize> {
79
vec![0, 2]
80
}
81
}
82
83
impl Take2Transaction {
Callers
3
has_all_nonces
Method · 0.45
has_all_signatures
Method · 0.45
push_nonces
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected