Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/citp/BlockSci
/ functions
Functions
2,090 in github.com/citp/BlockSci
⨍
Functions
2,090
◇
Types & classes
590
Method
serialize
src/internal/bitcoin_script.hpp:317
Method
serializeExistingOutput
tools/parser/address_writer.hpp:106
Method
serializeInput
tools/parser/address_writer.hpp:118
Method
serializeInputImp
tools/parser/address_writer.hpp:43
Method
serializeInputImp
tools/parser/address_writer.cpp:68
Method
serializeNewOutput
tools/parser/address_writer.hpp:87
Method
serializeOutputImp
tools/parser/address_writer.hpp:53
Method
serializeOutputImp
tools/parser/address_writer.cpp:38
Method
serializeWrappedScript
tools/parser/address_writer.hpp:65
Function
serializedSize
include/blocksci/core/raw_transaction.hpp:70
Function
setDifference
include/blocksci/heuristics/change_address.hpp:108
Function
setIntersection
include/blocksci/heuristics/change_address.hpp:92
Function
setLinkedTxNum
include/blocksci/core/inout.hpp:70
Function
setUnion
include/blocksci/heuristics/change_address.hpp:100
Method
set_vch
src/internal/bitcoin_script.hpp:351
Method
setup
src/internal/chain_access.hpp:132
Method
setup
src/internal/mempool_index.hpp:116
Function
size
include/blocksci/chain/transaction_range.hpp:146
Function
size
include/blocksci/chain/output_range.hpp:87
Function
size
include/blocksci/chain/input_range.hpp:96
Function
size
include/blocksci/address/equiv_address.hpp:52
Method
size
tools/parser/file_writer.hpp:124
Method
size
tools/parser/file_writer.hpp:171
Method
size
tools/parser/hash_index_creator.hpp:120
Method
size
tools/parser/serializable_map.hpp:75
Method
size
tools/mempool_recorder/file_writer.hpp:125
Method
size
tools/mempool_recorder/file_writer.hpp:172
Method
size
src/internal/file_mapper.hpp:117
Method
size
src/internal/file_mapper.hpp:163
Method
size
src/internal/file_mapper.hpp:343
Method
size
src/internal/file_mapper.hpp:441
Method
size
src/internal/file_mapper.hpp:560
Method
size
blockscipy/src/sequence.hpp:57
Method
size
blockscipy/src/sequence.hpp:83
Function
sizeBytes
include/blocksci/chain/transaction.hpp:108
Function
size_blocks
(chain)
test/benchmark/test_proxy_interface.py:34
Function
size_txes
(chain)
test/benchmark/test_proxy_interface.py:43
Function
size_txes_outputs
(chain)
test/benchmark/test_chain_access.py:72
Method
spendOutput
tools/parser/utxo_address_state.hpp:35
Method
spendOutput
tools/parser/utxo_address_state.hpp:76
Function
spentTxIndex
Get the tx number of the tx that contains the output that is spent by this input */
include/blocksci/chain/input.hpp:91
Method
storePath
tools/parser/bloom_filter.hpp:105
Method
swap
tools/parser/serializable_map.hpp:83
Method
taggedAddresses
src/cluster/cluster.cpp:165
Method
taggedAddressesUnsafe
src/cluster/cluster.cpp:154
Method
take_while_range
blockscipy/src/proxy/proxy_flow_functions_impl.hpp:39
Function
term
tools/mempool_recorder/main.cpp:44
Function
test_address_references
(chain, json_data, chain_name)
test/blockscipy/test_references.py:63
Function
test_address_regression
(chain, json_data, regtest, chain_name)
test/blockscipy/test_addresses.py:82
Function
test_address_reuse_change
(chain, json_data)
test/blockscipy/test_change.py:70
Function
test_address_type_change
(chain, json_data)
test/blockscipy/test_change.py:46
Function
test_all
(chain, json_data)
test/blockscipy/test_proxy.py:91
Function
test_any
(chain, json_data)
test/blockscipy/test_proxy.py:98
Function
test_block_range
(chain)
test/blockscipy/test_ranges.py:1
Function
test_block_references
(chain)
test/blockscipy/test_references.py:4
Function
test_block_with_p2pkh_tx
(chain, json_data, regtest)
test/blockscipy/test_chain.py:26
Function
test_block_with_p2wsh_tx
(chain, json_data, regtest)
test/blockscipy/test_chain.py:33
Function
test_chain
(chain, regtest)
test/blockscipy/test_chain.py:11
Function
test_chain_access_block
(chain, benchmark)
test/benchmark/test_chain_access.py:36
Function
test_chain_access_txes
(chain, benchmark)
test/benchmark/test_chain_access.py:47
Function
test_chain_iterate_outputs_legacy
(chain, benchmark)
test/benchmark/test_chain_access.py:59
Function
test_chain_iterate_outputs_proxy
(chain, benchmark)
test/benchmark/test_chain_access.py:68
Function
test_chain_length
(chain, benchmark)
test/benchmark/test_chain_access.py:9
Function
test_chain_sanity
(chain)
test/blockscipy/test_chain.py:7
Function
test_chain_size_blocks_outputs
(chain, benchmark)
test/benchmark/test_chain_access.py:84
Function
test_chain_size_txes_outputs
(chain, benchmark)
test/benchmark/test_chain_access.py:76
Function
test_chain_slice
(chain, benchmark)
test/benchmark/test_chain_access.py:27
Function
test_change_regression
(chain, json_data, regtest)
test/blockscipy/test_change.py:143
Function
test_client_behavior_change
(chain, json_data)
test/blockscipy/test_change.py:82
Function
test_clustering_cluster_coinjoin
(chain, json_data, tmpdir_factory, regtest)
test/blockscipy/test_clustering.py:209
Function
test_clustering_composability
(chain, tmpdir_factory)
test/blockscipy/test_clustering.py:146
Function
test_clustering_default_heuristic
Tests that we can run create_clustering with path and chain only
test/blockscipy/test_clustering.py:5
Function
test_clustering_ignore_coinjoin
(chain, json_data, tmpdir_factory, regtest)
test/blockscipy/test_clustering.py:167
Function
test_clustering_no_change
(chain, json_data, regtest, tmpdir_factory)
test/blockscipy/test_clustering.py:50
Function
test_clustering_proxy_heuristic
Tests that we can run create_clustering with a proxy heuristic
test/blockscipy/test_clustering.py:12
Function
test_clustering_with_change
(chain, json_data, tmpdir_factory, regtest)
test/blockscipy/test_clustering.py:106
Function
test_ctor
(chain, json_data)
test/blockscipy/test_cash.py:5
Function
test_diff
(chain)
test/blockscipy/test_change.py:214
Function
test_empty_block
(chain, regtest)
test/blockscipy/test_chain.py:21
Function
test_fee_builtin
(chain, benchmark)
test/benchmark/test_compute_fee.py:25
Function
test_fee_naive
(chain, benchmark)
test/benchmark/test_compute_fee.py:20
Function
test_fee_proxy
(chain, benchmark)
test/benchmark/test_compute_fee.py:29
Function
test_fees_not_claimed
(chain, json_data)
test/blockscipy/test_special.py:20
Function
test_filter_blocks
(chain)
test/blockscipy/test_chain.py:83
Function
test_filter_blocks_legacy
(chain)
test/blockscipy/test_chain.py:90
Function
test_filter_txes
(chain)
test/blockscipy/test_chain.py:97
Function
test_filter_txes_legacy
(chain)
test/blockscipy/test_chain.py:103
Method
test_haircut_mapping
(self, chain, json_data)
test/blockscipy/test_taint.py:212
Method
test_haircut_single_output_no_fee
(self, chain, json_data)
test/blockscipy/test_taint.py:139
Method
test_haircut_single_output_with_fee
(self, chain, json_data)
test/blockscipy/test_taint.py:162
Method
test_haircut_two_outputs_with_fee
(self, chain, json_data)
test/blockscipy/test_taint.py:190
Function
test_input_output_mapping
(chain)
test/blockscipy/test_inputs.py:44
Function
test_intersection
(chain)
test/blockscipy/test_change.py:199
Function
test_is_peeling_chain
(chain, json_data)
test/blockscipy/test_heuristics.py:22
Function
test_locktime_change
(chain, json_data)
test/blockscipy/test_change.py:58
Function
test_map_outputs
(chain)
test/blockscipy/test_proxy.py:39
Function
test_map_txes
(chain)
test/blockscipy/test_proxy.py:1
Function
test_max
(chain)
test/blockscipy/test_proxy.py:71
Function
test_min
(chain)
test/blockscipy/test_proxy.py:81
Function
test_negative_testcase
(chain, json_data)
test/blockscipy/test_change.py:120
← previous
next →
1,801–1,900 of 2,090, ranked by callers