Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BitVM/BitVM
/ tx_mut
Method
tx_mut
bridge/src/transactions/disprove_chain.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
Callers
1
sign
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected