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

Method sign

bridge/src/transactions/take_2.rs:286–288  ·  view source on GitHub ↗
(&mut self, context: &OperatorContext, connector_c: &ConnectorC)

Source from the content-addressed store, hash-verified

284 }
285
286 pub fn sign(&mut self, context: &OperatorContext, connector_c: &ConnectorC) {
287 self.sign_input_3(context, connector_c);
288 }
289
290 pub fn merge(&mut self, take_2: &Take2Transaction) {
291 merge_transactions(&mut self.tx, &take_2.tx);

Callers 15

kick_off_1Method · 0.45
start_timeMethod · 0.45
kick_off_2Method · 0.45
assert_commit_1Method · 0.45
assert_commit_2Method · 0.45
assert_commitsMethod · 0.45
disprove_chainMethod · 0.45
take_2Method · 0.45
test_disprove_successFunction · 0.45
test_take_2_successFunction · 0.45

Calls 1

sign_input_3Method · 0.45

Tested by 12

test_disprove_successFunction · 0.36
test_take_2_successFunction · 0.36
test_start_time_successFunction · 0.36
test_take_1_successFunction · 0.36
test_take_2_tx_successFunction · 0.36