Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BitVM/BitVM
/ tx
Method
tx
bridge/src/transactions/take_2.rs:38–40 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
36
37
impl PreSignedTransaction for Take2Transaction {
38
fn tx(&self) -> &Transaction {
39
&self.tx
40
}
41
42
fn tx_mut(&mut self) -> &mut Transaction {
43
&mut self.tx
Callers
15
for_tx
Method · 0.45
process_peg_in_as_operator
Method · 0.45
get_withdrawer_status
Method · 0.45
verifier_sign
Method · 0.45
push_verifier_nonces
Method · 0.45
new
Method · 0.45
new_for_validation
Method · 0.45
withdrawer_status
Method · 0.45
peg_out
Method · 0.45
peg_out_confirm
Method · 0.45
kick_off_1
Method · 0.45
challenge
Method · 0.45
Calls
no outgoing calls
Tested by
5
test_peg_out_fees
Function · 0.36
simulate_peg_out_from_l2
Function · 0.36
test_merge_add_new_input_and_output
Function · 0.36
test_e2e_1_simulate_peg_out
Function · 0.36
test_validate_invalid_previous_output
Function · 0.36