Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
158
impl Into<Transaction> for CircuitTransaction {
159
fn into(self) -> Transaction {
160
self.0
161
}
162
}
163
164
#[cfg(test)]
Callers
15
get_superblock_hash_message
Function · 0.45
get_depositor_transactions
Method · 0.45
create_peg_in_graph_with_depositor_signatures
Method · 0.45
retry_broadcast_peg_in_deposit
Method · 0.45
push_verifier_nonces
Method · 0.45
broadcast_deposit
Method · 0.45
finalize_musig2_taproot_input
Function · 0.45
generate_taproot_partial_signature
Function · 0.45
generate_taproot_aggregated_signature
Function · 0.45
test_verify_witness_mismatch
Function · 0.45
test_verify_witness_match
Function · 0.45
test_verify_empty_witness_and_not_empty_onchain_witness
Function · 0.45
Calls
no outgoing calls
Tested by
11
test_verify_witness_mismatch
Function · 0.36
test_verify_witness_match
Function · 0.36
test_verify_empty_witness_and_not_empty_onchain_witness
Function · 0.36
tx_wait_time
Function · 0.36
test_peg_out_success
Function · 0.36
test_tap_init_t4
Function · 0.36
test_wots256_sig_to_byte_array
Function · 0.36
test_tap_hash_c
Function · 0.36
test_tap_precompute_p
Function · 0.36
test_from_transaction
Function · 0.36
test_into_transaction
Function · 0.36