Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BitVM/BitVM
/ tx_mut
Method
tx_mut
bridge/src/transactions/start_time.rs:43–45 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
41
}
42
43
fn tx_mut(&mut self) -> &mut Transaction {
44
&mut self.tx
45
}
46
47
fn prev_outs(&self) -> &Vec<TxOut> {
48
&self.prev_outs
Callers
2
sign_input_0
Method · 0.45
sign
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected