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

Method sign_input_0

bridge/src/transactions/peg_out.rs:98–106  ·  view source on GitHub ↗
(&mut self, context: &OperatorContext)

Source from the content-addressed store, hash-verified

96 }
97
98 fn sign_input_0(&mut self, context: &OperatorContext) {
99 let input_index = 0;
100 pre_sign_p2wsh_input(
101 self,
102 input_index,
103 EcdsaSighashType::All,
104 &vec![&context.operator_keypair],
105 );
106 }
107}
108
109impl BaseTransaction for PegOutTransaction {

Callers 1

newMethod · 0.45

Calls 1

pre_sign_p2wsh_inputFunction · 0.85

Tested by

no test coverage detected