Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BitVM/BitVM
/ CircuitTransaction
Class
CircuitTransaction
final-spv/src/transaction.rs:16–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
15
#[derive(Clone, PartialEq, Eq, Debug, Hash)]
16
pub struct CircuitTransaction(pub Transaction);
17
18
impl CircuitTransaction {
19
pub fn from(transaction: Transaction) -> Self {
Callers
10
test_final_circuit
Function · 0.85
test_merkle_tree_0
Function · 0.85
test_merkle_tree_1
Function · 0.85
test_spv
Function · 0.85
test_txid_legacy
Function · 0.85
test_txid_segwit
Function · 0.85
test_into_transaction
Function · 0.85
test_borsh_serialization
Function · 0.85
test_deref_traits
Function · 0.85
test_complex_transaction
Function · 0.85
Calls
no outgoing calls
Tested by
10
test_final_circuit
Function · 0.68
test_merkle_tree_0
Function · 0.68
test_merkle_tree_1
Function · 0.68
test_spv
Function · 0.68
test_txid_legacy
Function · 0.68
test_txid_segwit
Function · 0.68
test_into_transaction
Function · 0.68
test_borsh_serialization
Function · 0.68
test_deref_traits
Function · 0.68
test_complex_transaction
Function · 0.68