MCPcopy Create free account

hub / github.com/Bitcoin-ABC/bitcoin-abc / functions

Functions23,628 in github.com/Bitcoin-ABC/bitcoin-abc

↓ 26 callersFunctiongetDummySlpUtxo
( atoms: bigint, tokenId = DUMMY_TOKENID_SLP_TOKEN_TYPE_FUNGIBLE, )
modules/ecash-wallet/src/wallet.test.ts:171
↓ 26 callersFunctionhandleMessage
( ctx: Context, pool: Pool, monitoredGroupChatId: string, masterNode: HdNode, chronik: Chr
apps/the-overmind/src/bot.ts:1383
↓ 26 callersMethodignore
src/streams.cpp:22
↓ 26 callersMethodindex
(self, word, start=None, stop=None)
electrum/electrumabc/wordlist.py:118
↓ 26 callersMethodisDangling
src/avalanche/peermanager.cpp:677
↓ 26 callersFunctionparseBip21Uri
(uri: string)
apps/marlin-wallet/web/src/bip21.ts:153
↓ 26 callersMethodrestore
sets back all stream info that we remembered at construction
src/bench/nanobench.h:2705
↓ 26 callersFunctionsecp256k1_ecdsa_signature_parse_der
src/secp256k1/src/secp256k1.c:352
↓ 26 callersFunctionsecp256k1_gej_add_var
src/secp256k1/src/group_impl.h:498
↓ 26 callersMethodsize
(self, sign_schnorr: bool = False)
electrum/electrumabc/transaction.py:297
↓ 26 callersFunctionsynchronize
src/test/rcu_tests.cpp:42
↓ 26 callersMethodutxos
Query the UTXOs for the given member.
chronik/chronik-db/src/io/group_utxos.rs:435
↓ 26 callersMethodwait
(self)
electrum/electrumabc_gui/qt/util.py:482
↓ 25 callersMethodAddCScript
src/wallet/scriptpubkeyman.cpp:1489
↓ 25 callersFunctionAnyWith
(cls, attrs=None)
contrib/buildbot/testutil.py:10
↓ 25 callersFunctionCheckPassOrOverflow
src/test/scriptnum_63bit_tests.cpp:141
↓ 25 callersMethodFindEarliestAtLeast
src/chain.cpp:62
↓ 25 callersMethodGetChainTypeString
src/common/args.cpp:770
↓ 25 callersFunctionIsProtected
src/test/net_peer_eviction_tests.cpp:24
↓ 25 callersMethodKeyMayMatch
src/leveldb/table/filter_block_test.cc:28
↓ 25 callersFunctionParseISO8601DateTime
src/util/time.cpp:121
↓ 25 callersFunctionParseUInt64
src/util/strencodings.cpp:282
↓ 25 callersFunctionPathFromString
* Convert byte string to path object. Inverse of \ref PathToString. */
src/util/fs.h:170
↓ 25 callersFunctionPosixError
src/leveldb/util/env_posix.cc:60
↓ 25 callersMethodSeek
src/crypto/chacha20.cpp:72
↓ 25 callersMethodVerifyPubKey
src/key.cpp:301
↓ 25 callersMethodaddress
Convert to an Address object.
electrum/electrumabc/address.py:204
↓ 25 callersMethodas_c_ptr
(&self)
modules/ecash-secp256k1/src/key.rs:113
↓ 25 callersMethodassert_txid_and_size
( self, tx_hex: str, expected_txid: str )
electrum/electrumabc/tests/test_transaction.py:109
↓ 25 callersMethodbytecode
Return the bytecode of the script. ``` # use bitcoinsuite_core::script::Script; use bytes::Bytes; let bytecode = Bytes::from(vec![0x51]); assert_eq!(S
chronik/bitcoinsuite-core/src/script/script.rs:132
↓ 25 callersFunctionfuzz_target
src/test/fuzz/process_message.cpp:50
↓ 25 callersMethodgetType
src/univalue/include/univalue.h:88
↓ 25 callersFunctionget_key
Generate a fresh key on node Returns a named tuple of privkey, pubkey and all address and scripts.
test/functional/test_framework/wallet_util.py:30
↓ 25 callersMethodhasBlocks
src/node/interfaces.cpp:662
↓ 25 callersMethodnext_node
(self, node)
electrum/electrumabc/x509.py:190
↓ 25 callersMethodreadBytes
Read the given number of bytes as array
modules/ecash-lib/src/io/bytes.ts:73
↓ 25 callersFunctionreadOp
(bytes: Bytes)
modules/ecash-lib/src/op.ts:148
↓ 25 callersMethodrequest
src/qt/rpcconsole.cpp:446
↓ 25 callersMethodrowCount
src/qt/optionsmodel.cpp:255
↓ 25 callersFunctionsecp256k1_read_be32
Read a uint32_t in big endian */
src/secp256k1/src/util.h:355
↓ 25 callersMethodselectStakingRewardWinner
src/avalanche/peermanager.cpp:1053
↓ 25 callersMethodsend_avaproof
(self, proof: AvalancheProof)
test/functional/test_framework/avatools.py:304
↓ 25 callersMethodsize
src/addrman.cpp:1179
↓ 25 callersMethodsize
src/test/prevector_tests.cpp:152
↓ 24 callersMethodCreateNewBlock
src/node/miner.cpp:96
↓ 24 callersMethodDynamicMemoryUsage
src/coins.cpp:70
↓ 24 callersFunctionGetASERTApproximationError
src/pow/test/aserti32d_tests.cpp:40
↓ 24 callersMethodGood
src/addrman.cpp:1195
↓ 24 callersMethodNext
src/leveldb/db/db_test.cc:2106
↓ 24 callersFunctionUnserialize
src/serialize.h:363
↓ 24 callersMethodVerifySchnorr
src/pubkey.cpp:206
↓ 24 callersFunctioncheck_context_flags
(cx: *const Context, required_flags: c_uint)
modules/ecash-secp256k1/ecash-secp256k1-sys/src/lib.rs:1273
↓ 24 callersMethodconnection_down
A connection to server either went down, or was never made. We distinguish by whether it is in self.interfaces.
electrum/electrumabc/network.py:1140
↓ 24 callersFunctioncreateOutput
(index: number)
modules/ecash-wallet/src/wallet.test.ts:6986
↓ 24 callersMethodfindBlock
src/node/interfaces.cpp:584
↓ 24 callersMethodfreeze
Turn the given [`ScriptMut`] into a [`Script`], making it immutable. ``` # use bitcoinsuite_core::script::{Script, ScriptMut}; let mut script_mut = Sc
chronik/bitcoinsuite-core/src/script/script_mut.rs:142
↓ 24 callersMethodfromInt
Reconstruct a SigHashType from the flags
modules/ecash-lib/src/sigHashType.ts:25
↓ 24 callersMethodgetAddressTableModel
src/qt/walletmodel.cpp:322
↓ 24 callersMethodgetStakingRewardWinners
src/avalanche/processor.cpp:1005
↓ 24 callersMethodgetTotalPeersScore
* Quorum management */
src/avalanche/peermanager.h:448
↓ 24 callersMethodhas_txo
(self, txo: str)
electrum/electrumabc/tokens/alp.py:100
↓ 24 callersMethodhistory
(&self, page: usize)
modules/bitcoinsuite-chronik-client/src/lib.rs:332
↓ 24 callersMethodis_wallet_compiled
Checks whether the wallet module was compiled.
test/functional/test_framework/test_framework.py:1110
↓ 24 callersMethodpostMessage
(self, channelIn, message)
contrib/buildbot/slackbot.py:9
↓ 24 callersMethodputU32
Write a 4-byte little-endian integer (uint32_t)
modules/ecash-lib/src/io/writer.ts:15
↓ 24 callersMethodrandbytes
src/random.h:311
↓ 24 callersFunctionsecp256k1_context_destroy
src/secp256k1/src/secp256k1.c:186
↓ 24 callersFunctionsecp256k1_fe_set_b32_limit
src/secp256k1/src/field_impl.h:271
↓ 24 callersMethodsendMessage
(tabId: number, message: unknown)
cashtab/src/platform/types/chrome.ts:30
↓ 24 callersFunctionsize
Return the length (in bytes) of the referenced data
src/leveldb/include/leveldb/slice.h:50
↓ 24 callersMethodwrite
src/streams.cpp:39
↓ 23 callersFunctionCheckEvalScript
src/test/sigcheckcount_tests.cpp:104
↓ 23 callersFunctionCheckUnparsable
src/test/descriptor_tests.cpp:19
↓ 23 callersFunctionFormatParagraph
src/util/strencodings.cpp:286
↓ 23 callersMethodGetAll
src/seeder/db.h:343
↓ 23 callersMethodGetNewBucket
src/addrman.cpp:64
↓ 23 callersMethodGetSharedTx
src/kernel/mempool_entry.h:126
↓ 23 callersFunctionHtmlEscape
src/qt/guiutil.cpp:261
↓ 23 callersMethodSetBestBlock
src/coins.cpp:225
↓ 23 callersMethodSetupLegacyScriptPubKeyMan
src/wallet/wallet.cpp:3415
↓ 23 callersFunctionWindowsError
src/leveldb/util/env_windows.cc:69
↓ 23 callersMethod__init__
(self, text="", parent=None)
electrum/electrumabc_gui/qt/util.py:95
↓ 23 callersFunctionactiveAssetDecimals
()
apps/marlin-wallet/web/src/active-asset.ts:36
↓ 23 callersMethodadd
Puts a contact in the contact list, appending it at the end. Optionally, if replace_old is specified, will replace the entry where rep
electrum/electrumabc/contacts.py:236
↓ 23 callersFunctioncreateHDWallet
(seed: number, chronik: ChronikClient)
modules/ecash-wallet/test/hdTransactions.test.ts:83
↓ 23 callersFunctioncreate_coinbase_stakes
Returns a list of dictionaries representing stakes, in a format compatible with the buildavalancheproof RPC, using only coinbase transactions.
test/functional/test_framework/avatools.py:52
↓ 23 callersMethodcreate_self_transfer_multi
Create and return a transaction that spends the given UTXOs and creates a certain number of outputs with equal amounts. The output am
test/functional/test_framework/wallet.py:293
↓ 23 callersMethodget_change_addresses
Reimplemented in subclasses for wallets that have a change address set/derivation path.
electrum/electrumabc/wallet.py:1155
↓ 23 callersMethodinputs
Return the list of inputs as a list of legacy coin dictionary. This is deprecated and should not be used for new code, except for exporting
electrum/electrumabc/transaction.py:1072
↓ 23 callersMethodisFullySignedMultisig
* Whether every **multisig** input (identified from `signData`) has enough * signatures in its scriptSig. Non-multisig inputs are ignored. *
modules/ecash-lib/src/tx.ts:476
↓ 23 callersMethodisVisible
apps/marlin-wallet/android/wear/src/main/java/com/marlinwallet/app/wear/AmountEntryManager.kt:146
↓ 23 callersMethodparseP2shMultisigSpend
* Parse P2SH multisig spend script to extract signatures and redeem script. * Returns signatures (undefined for placeholder) and parsed numSignat
modules/ecash-lib/src/script.ts:315
↓ 23 callersMethodparse_args
(self)
test/functional/test_framework/test_framework.py:168
↓ 23 callersMethodreceive
(self)
test/functional/interface_zmq.py:50
↓ 23 callersFunctionsecp256k1_fe_cmov
src/secp256k1/src/field_impl.h:353
↓ 23 callersFunctionser_compact_size
(size: int)
test/functional/test_framework/messages.py:83
↓ 23 callersMethodsetup_nodes
(self)
test/functional/feature_proxy.py:77
↓ 23 callersFunctiontarget
Return the target to which this Env forwards all calls.
src/leveldb/include/leveldb/env.h:322
↓ 22 callersMethodActivateBestChain
src/validation.cpp:3543
↓ 22 callersMethodBlockUntilSyncedToCurrentChain
src/wallet/wallet.cpp:1468
← previousnext →801–900 of 23,628, ranked by callers