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_1.rs:30–32 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
28
}
29
30
fn tx_mut(&mut self) -> &mut Transaction {
31
&mut self.tx
32
}
33
34
fn prev_outs(&self) -> &Vec<TxOut> {
35
&self.prev_outs
Callers
1
sign
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected