Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BitVM/BitVM
/ finalize
Method
finalize
bridge/src/transactions/take_2.rs:297–299 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
295
296
impl BaseTransaction for Take2Transaction {
297
fn finalize(&self) -> Transaction {
298
self.tx.clone()
299
}
300
fn name(&self) -> &'static str {
301
"Take2"
302
}
Callers
15
calculate_double_sha256
Function · 0.45
calculate_sha256
Function · 0.45
hash_pair
Function · 0.45
compute_block_hash
Method · 0.45
peg_out
Method · 0.45
peg_out_confirm
Method · 0.45
kick_off_1
Method · 0.45
challenge
Method · 0.45
start_time
Method · 0.45
start_time_timeout
Method · 0.45
kick_off_2
Method · 0.45
kick_off_timeout
Method · 0.45
Calls
1
clone
Method · 0.80
Tested by
15
test_peg_in_success
Function · 0.36
test_peg_in_time_lock_not_surpassed
Function · 0.36
test_peg_in_time_lock_surpassed
Function · 0.36
create_and_mine_kick_off_1_tx
Function · 0.36
create_and_mine_kick_off_2_tx
Function · 0.36
create_and_mine_assert_tx
Function · 0.36
create_and_mine_peg_in_confirm_tx
Function · 0.36
test_challenge_success
Function · 0.36
test_disprove_success
Function · 0.36
test_peg_out_success
Function · 0.36
test_disprove_chain_success
Function · 0.36
test_start_time_timeout_success
Function · 0.36