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

Method tx_mut

bridge/src/transactions/kick_off_2.rs:40–42  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

38 }
39
40 fn tx_mut(&mut self) -> &mut Transaction {
41 &mut self.tx
42 }
43
44 fn prev_outs(&self) -> &Vec<TxOut> {
45 &self.prev_outs

Callers 1

sign_input_0Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected