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

Method tx_mut

bridge/src/transactions/kick_off_1.rs:36–38  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

34 }
35
36 fn tx_mut(&mut self) -> &mut Transaction {
37 &mut self.tx
38 }
39
40 fn prev_outs(&self) -> &Vec<TxOut> {
41 &self.prev_outs

Callers 1

sign_input_0Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected