Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BitVM/BitVM
/ tx_mut
Method
tx_mut
bridge/src/transactions/assert_transactions/assert_commit_2.rs:31–33 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
29
}
30
31
fn tx_mut(&mut self) -> &mut Transaction {
32
&mut self.tx
33
}
34
35
fn prev_outs(&self) -> &Vec<TxOut> {
36
&self.prev_outs
Callers
1
sign
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected