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
↓ 2 callers
Function
readBlocksImpl
tools/parser/chain_index.cpp:52
↓ 2 callers
Method
reload
src/internal/mempool_index.hpp:221
↓ 2 callers
Method
resize
tools/parser/serializable_map.hpp:87
↓ 2 callers
Method
seek
src/internal/file_mapper.hpp:581
↓ 2 callers
Function
setup_iterator_proxy_methods
(iterator_proxy)
blockscipy/blocksci/__init__.py:590
↓ 2 callers
Function
setup_range_methods
(blocksci_range, nested_proxy_cl=None, sample_proxy=None)
blockscipy/blocksci/__init__.py:616
↓ 2 callers
Function
setup_size_property
(iterator)
blockscipy/blocksci/__init__.py:611
↓ 2 callers
Method
size
tools/parser/file_writer.hpp:72
↓ 2 callers
Function
sort_addresses
(lst)
test/blockscipy/test_equiv_address.py:17
↓ 2 callers
Method
toIterator
blockscipy/src/blocksci_range_type.cpp:35
↓ 2 callers
Method
toObject
blockscipy/src/blocksci_type.cpp:75
↓ 2 callers
Method
toString
src/chain/input.cpp:61
↓ 2 callers
Method
transaction
src/chain/input.cpp:33
↓ 2 callers
Method
txHashesFilePath
src/internal/chain_access.hpp:176
↓ 2 callers
Function
uint160S
src/internal/bitcoin_uint256_hex.cpp:71
↓ 2 callers
Method
utxoAddressStatePath
Directory that stores the serialization of the UTXOAddressState class. For each address type, this contains mapping from output pointers to add
tools/parser/parser_configuration.hpp:40
↓ 2 callers
Method
utxoCacheFile
File that contains the serialization of the UTXOState class which maps raw output pointers to output data
tools/parser/parser_configuration.hpp:34
↓ 2 callers
Method
utxoScriptStatePath
File that contains the serialization of the UTXOScriptState class which maps output pointers to the scriptNum of the containted script
tools/parser/parser_configuration.hpp:45
↓ 2 callers
Method
visitWrapped
tools/parser/script_output.hpp:47
↓ 2 callers
Method
writeImp
tools/parser/file_writer.hpp:46
↓ 2 callers
Method
writeImp
tools/mempool_recorder/file_writer.hpp:47
↓ 1 callers
Function
AnyScript
include/blocksci/scripts/script_variant.hpp:29
↓ 1 callers
Function
BlockRange
include/blocksci/chain/block_range.hpp:102
↓ 1 callers
Function
CKeyID
include/blocksci/scripts/bitcoin_pubkey.hpp:33
↓ 1 callers
Function
DecodeBase58
src/scripts/bitcoin_base58.cpp:21
↓ 1 callers
Function
DecodeBase58Check
src/scripts/bitcoin_base58.cpp:132
↓ 1 callers
Function
EncodeBase58
src/scripts/bitcoin_base58.cpp:72
↓ 1 callers
Function
EncodeBase58Check
src/scripts/bitcoin_base58.cpp:123
↓ 1 callers
Method
GetID
src/scripts/bitcoin_pubkey.cpp:170
↓ 1 callers
Function
GetOpName
src/internal/bitcoin_script.cpp:13
↓ 1 callers
Function
InvalidHashException
include/blocksci/chain/transaction.hpp:30
↓ 1 callers
Method
IsNull
src/internal/bitcoin_script.hpp:676
↓ 1 callers
Method
IsPayToScriptHash
src/internal/script_view.cpp:66
↓ 1 callers
Method
IsPushOnly
src/internal/script_view.cpp:108
↓ 1 callers
Method
IsUnspendable
* Returns whether the script is guaranteed to fail at execution, * regardless of the initial stack. This allows outputs to be pruned
src/internal/bitcoin_script.hpp:654
↓ 1 callers
Method
IsWitnessProgram
A witness program is any valid CScript that consists of a 1-byte push opcode followed by a data push between 2 and 40 bytes.
src/internal/script_view.cpp:83
↓ 1 callers
Function
MatchMultisig
tools/parser/script_output.cpp:65
↓ 1 callers
Function
MatchPayToPubkey
tools/parser/script_output.cpp:37
↓ 1 callers
Function
MatchPayToPubkeyHash
tools/parser/script_output.cpp:50
↓ 1 callers
Function
ParseHex
tools/parser/block_processor.cpp:45
↓ 1 callers
Function
RANGES_FOR
blockscipy/src/cluster/cluster/cluster_py.cpp:32
↓ 1 callers
Function
ScriptAddress
include/blocksci/scripts/nonstandard_script.hpp:38
↓ 1 callers
Function
ScriptAddress
include/blocksci/scripts/witness_unknown_script.hpp:34
↓ 1 callers
Method
SetNull
include/blocksci/core/bitcoin_uint256.hpp:70
↓ 1 callers
Function
Transaction
include/blocksci/chain/transaction.hpp:52
↓ 1 callers
Function
TransactionRange
include/blocksci/chain/transaction_range.hpp:125
↓ 1 callers
Method
_btc_to_currency
(self, value, date)
blockscipy/blocksci/currency.py:67
↓ 1 callers
Function
_getSumCount
src/heuristics/tx_identification.cpp:127
↓ 1 callers
Method
_get_data
(self)
blockscipy/blocksci/currency.py:46
↓ 1 callers
Method
_get_supported_currencies
(self)
blockscipy/blocksci/currency.py:41
↓ 1 callers
Function
_print_coindesk_info
()
blockscipy/blocksci/currency.py:7
↓ 1 callers
Method
addAddress
tools/parser/script_output.cpp:282
↓ 1 callers
Function
addAddressProxyMethods
blockscipy/src/scripts/address_proxy_py.cpp:121
↓ 1 callers
Function
addAddressRangeMethods
blockscipy/src/scripts/address_py.cpp:85
↓ 1 callers
Function
addAddressTypeProxyMethods
blockscipy/src/simple/address_type_proxy.cpp:20
↓ 1 callers
Function
addBlockProxyMethods
blockscipy/src/chain/block/block_proxy_py.cpp:36
↓ 1 callers
Function
addBlockRangeMethods
blockscipy/src/chain/block/block_py.cpp:103
↓ 1 callers
Function
addBoolProxyMethods
blockscipy/src/simple/bool_proxy.cpp:21
↓ 1 callers
Function
addBytesProxyMethods
blockscipy/src/simple/bytes_proxy.cpp:37
↓ 1 callers
Function
addClusterProxyMethods
blockscipy/src/cluster/cluster/cluster_proxy_py.cpp:45
↓ 1 callers
Function
addClusterRangeMethods
blockscipy/src/cluster/cluster/cluster_py.cpp:103
↓ 1 callers
Function
addCommonRangeMethods
blockscipy/src/sequence_py.cpp:15
↓ 1 callers
Function
addEquivAddressProxyMethods
blockscipy/src/scripts/equiv_address/equiv_address_proxy_py.cpp:81
↓ 1 callers
Function
addEquivAddressRangeMethods
blockscipy/src/scripts/equiv_address/equiv_address_py.cpp:43
↓ 1 callers
Method
addInput
src/heuristics/tx_identification.cpp:102
↓ 1 callers
Function
addInputProxyMethods
blockscipy/src/chain/input/input_proxy_py.cpp:30
↓ 1 callers
Function
addInputRangeMethods
blockscipy/src/chain/input/input_py.cpp:36
↓ 1 callers
Function
addIntProxyMethods
blockscipy/src/simple/int_proxy.cpp:23
↓ 1 callers
Function
addListProxyMethods
blockscipy/src/simple/list_proxy.cpp:18
↓ 1 callers
Function
addMultisigProxyMethods
blockscipy/src/scripts/multisig/multisig_proxy_py.cpp:33
↓ 1 callers
Function
addMultisigPubkeyProxyMethods
blockscipy/src/scripts/pubkey/multisig_pubkey/multisig_pubkey_proxy_py.cpp:22
↓ 1 callers
Function
addMultisigPubkeyRangeMethods
blockscipy/src/scripts/pubkey/pubkey_py.cpp:51
↓ 1 callers
Function
addMultisigRangeMethods
blockscipy/src/scripts/multisig/multisig_py.cpp:25
↓ 1 callers
Method
addNestedAddresses
src/internal/address_index.cpp:126
↓ 1 callers
Method
addNewBlocks
tools/parser/block_processor.cpp:836
↓ 1 callers
Function
addNonstandardProxyMethods
blockscipy/src/scripts/nonstandard/nonstandard_proxy_py.cpp:32
↓ 1 callers
Function
addNonstandardRangeMethods
blockscipy/src/scripts/nonstandard/nonstandard_py.cpp:25
↓ 1 callers
Function
addNulldataProxyMethods
blockscipy/src/scripts/nulldata/nulldata_proxy_py.cpp:32
↓ 1 callers
Function
addNulldataRangeMethods
blockscipy/src/scripts/nulldata/nulldata_py.cpp:25
↓ 1 callers
Function
addOptionalProxyMapMethods
blockscipy/src/generic_proxy/optional_map.cpp:51
↓ 1 callers
Function
addOptionalProxyMethods
blockscipy/src/generic_proxy/optional.cpp:15
↓ 1 callers
Method
addOutput
tools/parser/utxo_address_state.cpp:13
↓ 1 callers
Method
addOutputAddresses
src/internal/address_index.cpp:143
↓ 1 callers
Function
addOutputProxyMethods
blockscipy/src/chain/output/output_proxy_py.cpp:29
↓ 1 callers
Function
addOutputRangeMethods
blockscipy/src/chain/output/output_py.cpp:36
↓ 1 callers
Function
addProxyArithMethods
blockscipy/src/proxy/arithmetic.hpp:15
↓ 1 callers
Function
addProxyArithRangeMethods
blockscipy/src/proxy/arithmetic_range.hpp:19
↓ 1 callers
Function
addProxyBooleanMethods
blockscipy/src/proxy/boolean.hpp:16
↓ 1 callers
Function
addProxyFlowFunctionsCore
blockscipy/src/proxy/proxy_flow_functions_core.cpp:15
↓ 1 callers
Function
addProxyFlowFunctionsOther
blockscipy/src/proxy/proxy_flow_functions_other.cpp:13
↓ 1 callers
Function
addProxyFlowFunctionsScripts
blockscipy/src/proxy/proxy_flow_functions_scripts.cpp:13
↓ 1 callers
Function
addProxyFunctionsCore
blockscipy/src/proxy/proxy_functions_core.cpp:15
↓ 1 callers
Function
addProxyFunctionsOther
blockscipy/src/proxy/proxy_functions_other.cpp:13
↓ 1 callers
Function
addProxyFunctionsScripts
blockscipy/src/proxy/proxy_functions_scripts.cpp:13
↓ 1 callers
Function
addProxyOptionalArithMethods
blockscipy/src/proxy/optional_arithmetic.hpp:14
↓ 1 callers
Function
addPubkeyHashProxyMethods
blockscipy/src/scripts/pubkey/pubkeyhash/pubkeyhash_proxy_py.cpp:22
↓ 1 callers
Function
addPubkeyHashRangeMethods
blockscipy/src/scripts/pubkey/pubkey_py.cpp:59
↓ 1 callers
Function
addPubkeyProxyMethods
blockscipy/src/scripts/pubkey/pubkey/pubkey_proxy_py.cpp:22
↓ 1 callers
Function
addPubkeyRangeMethods
blockscipy/src/scripts/pubkey/pubkey_py.cpp:55
↓ 1 callers
Function
addScriptHashProxyMethods
blockscipy/src/scripts/scripthash/scripthash/scripthash_proxy_py.cpp:22
← previous
next →
301–400 of 2,090, ranked by callers