Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bitcoin-ABC/bitcoin-abc
/ functions
Functions
23,628 in github.com/Bitcoin-ABC/bitcoin-abc
⨍
Functions
23,628
◇
Types & classes
4,958
↳
Endpoints
17
↓ 11 callers
Method
AddKey
src/leveldb/table/filter_block.cc:29
↓ 11 callers
Function
AsWritableBytes
src/span.h:298
↓ 11 callers
Function
BuildCreditingTransaction
src/test/util/transaction_utils.cpp:9
↓ 11 callers
Function
BuildSpendingTransaction
src/test/util/transaction_utils.cpp:25
↓ 11 callers
Function
CalculateASERT
ASERT calculation function. Clamps to powLimit.
src/pow/aserti32d.cpp:84
↓ 11 callers
Function
CheckBitCount
src/test/bitmanip_tests.cpp:13
↓ 11 callers
Function
CheckBitFieldSuccess
src/test/script_bitfield_tests.cpp:23
↓ 11 callers
Method
CheckedAdd
src/consensus/amount.cpp:40
↓ 11 callers
Method
Complete
src/net.h:344
↓ 11 callers
Function
ContainsNoNUL
* Check if a string does not contain any embedded NUL (\0) characters */
src/util/string.h:140
↓ 11 callers
Function
DataFromTransaction
Extracts signatures and scripts from incomplete scriptSigs. Please do not extend this, use PSBT instead
src/script/sign.cpp:275
↓ 11 callers
Function
Decode
* Decode a cashaddr string. */
src/cashaddr.cpp:214
↓ 11 callers
Function
DecodeBase58Check
src/base58.cpp:162
↓ 11 callers
Method
DisconnectNode
src/net.cpp:2920
↓ 11 callers
Function
GetBlockSubsidy
src/validation.cpp:1487
↓ 11 callers
Method
GetBlocksDirPath
src/common/args.cpp:299
↓ 11 callers
Method
GetCacheSize
src/coins.cpp:350
↓ 11 callers
Method
GetChildrenFromSamePeer
src/txpool.cpp:280
↓ 11 callers
Function
GetCoinMapEntry
src/test/coins_tests.cpp:709
↓ 11 callers
Function
GetLengthPrefixedSlice
src/leveldb/db/memtable.cc:14
↓ 11 callers
Method
GetMaxBlockSize
src/test/net_tests.cpp:260
↓ 11 callers
Method
GetSnapshot
src/leveldb/db/db_test.cc:2053
↓ 11 callers
Method
GetValue
src/test/hash_tests.cpp:169
↓ 11 callers
Function
GetVarint32Ptr
src/leveldb/util/coding.h:150
↓ 11 callers
Function
GetWalletEnv
* @param[in] wallet_path Path to wallet directory. Or (for backwards * compatibility only) a path to a berkeley btree data file inside a wallet * di
src/wallet/bdb.cpp:85
↓ 11 callers
Method
InitializeNode
src/net_processing.cpp:2335
↓ 11 callers
Function
IsChildWithParents
src/policy/packages.cpp:86
↓ 11 callers
Method
IsDiscouraged
src/banman.cpp:78
↓ 11 callers
Function
MessageVerify
src/common/signmessage.cpp:25
↓ 11 callers
Method
NewIterator
src/leveldb/db/db_test.cc:2042
↓ 11 callers
Function
NewLRUCache
src/leveldb/util/cache.cc:398
↓ 11 callers
Function
NotSupported
src/leveldb/include/leveldb/status.h:46
↓ 11 callers
Method
ProcessNewBlockHeaders
Exposed wrapper for AcceptBlockHeader
src/validation.cpp:4818
↓ 11 callers
Function
PutLengthPrefixedSlice
src/leveldb/util/coding.cc:72
↓ 11 callers
Function
PutVarint64
src/leveldb/util/coding.cc:66
↓ 11 callers
Method
SanityCheck
src/coins.cpp:379
↓ 11 callers
Function
ScriptPubKeyToUniv
src/core_write.cpp:194
↓ 11 callers
Method
Seek
src/leveldb/db/db_test.cc:2103
↓ 11 callers
Method
SendMessages
src/net_processing.cpp:8613
↓ 11 callers
Function
SerializeToVector
src/script/sign.h:95
↓ 11 callers
Method
SetKeyFromPassphrase
src/wallet/crypter.cpp:41
↓ 11 callers
Method
SetLimit
Prevent reading beyond a certain position. No argument removes the limit.
src/streams.h:618
↓ 11 callers
Function
ShiftMessageA
src/crypto/sha256_shani.cpp:43
↓ 11 callers
Function
ShiftMessageC
src/crypto/sha256_shani.cpp:48
↓ 11 callers
Method
Sync
src/leveldb/db/fault_injection_test.cc:213
↓ 11 callers
Function
SysErrorString
src/util/syserror.cpp:20
↓ 11 callers
Function
TableFileName
src/leveldb/db/filename.cc:33
↓ 11 callers
Function
TimingResistantEqual
src/util/strencodings.h:233
↓ 11 callers
Method
ToString
src/leveldb/table/table_test.cc:553
↓ 11 callers
Function
TrimStringView
src/util/string.h:69
↓ 11 callers
Method
Uncache
src/coins.cpp:338
↓ 11 callers
Function
UpdateInput
src/script/sign.cpp:331
↓ 11 callers
Function
WriteLE64
src/crypto/common.h:41
↓ 11 callers
Function
arith_uint256V
src/test/arith_uint256_tests.cpp:23
↓ 11 callers
Method
as_bytes
Get as bytes.
modules/avalanche-lib-wasm/src/stake.rs:116
↓ 11 callers
Method
as_c_ptr
(&self)
modules/ecash-secp256k1/src/ecdsa/mod.rs:197
↓ 11 callers
Function
assert_raises_process_error
Execute a process and asserts the process return code and output. Calls function `fun` with arguments `args` and `kwds`. Catches a CalledProcessE
test/functional/test_framework/util.py:97
↓ 11 callers
Method
blocks
* Fetch block info of a range of blocks. * `startHeight` and `endHeight` are inclusive ranges.
modules/chronik-client/src/ChronikClient.ts:410
↓ 11 callers
Function
calcTxFee
(txSize: number, feePerKb: bigint)
modules/ecash-lib/src/txBuilder.ts:206
↓ 11 callers
Function
check_node_connections
(*, node, num_in, num_out)
test/functional/test_framework/util.py:661
↓ 11 callers
Function
check_script
(script: &[u8], expected_err: ParseError)
chronik/bitcoinsuite-slp/tests/test_slp_parse_genesis.rs:15
↓ 11 callers
Function
chronik_sub_lokad_id
Subscribe to LOKAD ID events and make sure the subscription is active before returning
test/functional/test_framework/util.py:866
↓ 11 callers
Method
decrypt
( self, passphrase: str )
electrum/electrumabc/bitcoin.py:878
↓ 11 callers
Method
decrypt
(self)
electrum/electrumabc_gui/qt/bip38_importer.py:327
↓ 11 callers
Method
derive
(index: number)
modules/ecash-lib/src/hdwallet.ts:121
↓ 11 callers
Method
eof
Stream subset
src/streams.h:254
↓ 11 callers
Function
findApiCall
( calls: RecordedTelegramApiCall[], method: string, )
apps/token-server/src/telegram.test.ts:159
↓ 11 callers
Method
fromBytes
Deserialize PSBT bytes (BIP 174).
modules/ecash-lib/src/psbt.ts:667
↓ 11 callers
Method
getChangeScript
()
modules/ecash-wallet/src/wallet.ts:199
↓ 11 callers
Function
getFormattedFiatPrice
( fiatTicker: string, userLocale: string, priceXec: number | string, fiatPrice: number | null,
cashtab/src/formatting/index.ts:240
↓ 11 callers
Method
getKeypairForAddress
( address: string, )
modules/ecash-wallet/src/wallet.ts:212
↓ 11 callers
Method
getNodeCount
src/avalanche/peermanager.h:317
↓ 11 callers
Method
getPendingNodeCount
src/avalanche/peermanager.h:318
↓ 11 callers
Method
getReadView
src/rwcollection.h:76
↓ 11 callers
Function
getTokenGenesisInfo
( chronik: ChronikClient, tokenId: string, )
cashtab/src/chronik/index.ts:1299
↓ 11 callers
Function
getUserLocale
(navigator?: ExtendedNavigator)
cashtab/src/helpers/index.ts:94
↓ 11 callers
Function
get_blocks_in_range
( chronik_url: &str, start_height: i32, end_height: i32, )
modules/bitcoinsuite-chronik-client/tests/block_and_blocks.rs:554
↓ 11 callers
Method
get_currency
(self)
electrum/electrumabc_gui/qt/invoice_dialog.py:258
↓ 11 callers
Method
get_keystore
(self)
electrum/electrumabc/wallet.py:3138
↓ 11 callers
Method
get_or
Return the value of a config key, or `default` if the key is not set in the config. `default` can not be `None`. Use this when the de
electrum/electrumabc/simple_config.py:231
↓ 11 callers
Method
get_sorted_pubkeys
Return sorted pubkeys and xpubkeys, using the order of pubkeys. Note: this function is CRITICAL to get the correct order of pubkeys in
electrum/electrumabc/transaction.py:458
↓ 11 callers
Method
get_wallet_path
Return the path of the current wallet. On program startup, this is either the wallet path specified on the command line (-w or --wall
electrum/electrumabc/simple_config.py:334
↓ 11 callers
Function
getnewdestination
Generate a random destination and return the corresponding public key, scriptPubKey and address. Can be used when a random destination is need
test/functional/test_framework/wallet.py:449
↓ 11 callers
Function
hash_160
(public_key: bytes)
electrum/electrumabc/crypto.py:128
↓ 11 callers
Method
importaddress
(self, address, label=None, rescan=None, p2sh=None)
test/functional/test_framework/test_node.py:1244
↓ 11 callers
Function
isBip21TokenSendWithTokenId
( parsedAddressInput: CashtabParsedAddressInfo, )
cashtab/src/components/Send/SendXec.tsx:897
↓ 11 callers
Method
isOnParkedChain
src/blockstatus.h:112
↓ 11 callers
Method
is_complete
(self)
electrum/electrumabc/transaction.py:1475
↓ 11 callers
Method
is_modifiable
(self, key: Union[str, ConfigKey])
electrum/electrumabc/simple_config.py:310
↓ 11 callers
Method
limited_proof_id
(&self)
modules/avalanche-lib-wasm/src/proof.rs:94
↓ 11 callers
Function
meta_slp
Shortcut for SLP TokenMeta
chronik/bitcoinsuite-slp/src/test_helpers.rs:54
↓ 11 callers
Function
nextBytesRequired
(iter: ScriptOpIter, name: string)
modules/ecash-lib/src/token/slp.parse.ts:311
↓ 11 callers
Function
parseAddressInput
( addressInput: string, balanceSats: number, userLocale = appConfig.defaultLocale, )
cashtab/src/validation/index.ts:856
↓ 11 callers
Function
paybuttonDeepLinkToBip21Uri
( deepLink: string, )
apps/marlin-wallet/web/src/deeplink.ts:38
↓ 11 callers
Method
pop_back
src/prevector.h:537
↓ 11 callers
Function
print_hex
src/secp256k1/examples/examples_util.h:72
↓ 11 callers
Function
pw_decode
(s, password)
electrum/electrumabc/crypto.py:150
↓ 11 callers
Method
rbegin
src/prevector.h:407
↓ 11 callers
Function
read_compact_size
Utility functions for serialization and deserialization. Read compact size from bytes. Returns (value, bytes_consumed).
modules/avalanche-lib-wasm/src/compactsize.rs:9
↓ 11 callers
Function
read_plugin_outputs
( db: &Db, mempool: &Mempool, tx: &Tx, tx_num: Option<TxNum>, has_any_plugins: bool, )
chronik/chronik-indexer/src/query/plugins.rs:278
← previous
next →
1,701–1,800 of 23,628, ranked by callers