MCPcopy 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
83impl Take2Transaction {

Callers 3

has_all_noncesMethod · 0.45
has_all_signaturesMethod · 0.45
push_noncesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected