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

Method tx_mut

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

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls