MCPcopy 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
296impl 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_sha256Function · 0.45
calculate_sha256Function · 0.45
hash_pairFunction · 0.45
compute_block_hashMethod · 0.45
peg_outMethod · 0.45
peg_out_confirmMethod · 0.45
kick_off_1Method · 0.45
challengeMethod · 0.45
start_timeMethod · 0.45
start_time_timeoutMethod · 0.45
kick_off_2Method · 0.45
kick_off_timeoutMethod · 0.45

Calls 1

cloneMethod · 0.80