MCPcopy Create free account
hub / github.com/BitVM/BitVM / into

Method into

final-spv/src/transaction.rs:159–161  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

157
158impl Into<Transaction> for CircuitTransaction {
159 fn into(self) -> Transaction {
160 self.0
161 }
162}
163
164#[cfg(test)]

Calls

no outgoing calls

Tested by 11

tx_wait_timeFunction · 0.36
test_peg_out_successFunction · 0.36
test_tap_init_t4Function · 0.36
test_tap_hash_cFunction · 0.36
test_tap_precompute_pFunction · 0.36
test_from_transactionFunction · 0.36
test_into_transactionFunction · 0.36