MCPcopy Create free account

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

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

↓ 16 callersFunctionsecp256k1_xonly_pubkey_tweak_add
src/secp256k1/src/modules/extrakeys/main_impl.h:118
↓ 16 callersMethodselectNode
src/avalanche/peermanager.cpp:564
↓ 16 callersMethodsend_to
Create and send a tx with an output to a given scriptPubKey/amount, plus a change output to our internal address. To keep things simp
test/functional/test_framework/wallet.py:268
↓ 16 callersMethodset
Construct a public key from a serialization in compressed or uncompressed format
test/functional/test_framework/key.py:211
↓ 16 callersMethodspendableUtxos
()
modules/ecash-wallet/src/wallet.ts:197
↓ 16 callersMethodstake
(&self)
modules/avalanche-lib-wasm/src/stake.rs:414
↓ 16 callersMethodstop
pass optional time to wait in seconds (float). If no waitTime specified, will not wait.
electrum/electrumabc_gui/qt/util.py:835
↓ 16 callersMethodsum
src/bench/nanobench.h:2932
↓ 16 callersMethodto_full_string
Convert to text, with a URI prefix for cashaddr format.
electrum/electrumabc/address.py:604
↓ 16 callersMethodtop_level_window
(self)
electrum/electrumabc_gui/qt/util.py:234
↓ 16 callersFunctionwithdraw
( ctx: Context, pool: Pool, chronik: ChronikClient, bot: Bot, adminChatId: string, )
apps/the-overmind/src/bot.ts:854
↓ 16 callersMethodwrite
(self, text)
electrum/electrumabc_gui/qt/console.py:428
↓ 16 callersFunctionwrite_compact_size
Write compact size to bytes. Returns the bytes representing the compact size encoding.
modules/avalanche-lib-wasm/src/compactsize.rs:53
↓ 15 callersFunctionCat
src/util/vector.h:34
↓ 15 callersFunctionCheckTestResultForAllFlags
* General utility functions to check for script passing/failing. */
src/test/monolith_opcodes_tests.cpp:24
↓ 15 callersFunctionDecodeFixed32
src/leveldb/util/coding.h:105
↓ 15 callersFunctionDecodeHexTx
src/core_read.cpp:196
↓ 15 callersFunctionEnsureWalletIsUnlocked
src/wallet/rpc/util.cpp:96
↓ 15 callersFunctionErrorString
src/util/result.h:90
↓ 15 callersFunctionGetBlockIndex
src/pow/test/daa_tests.cpp:18
↓ 15 callersMethodGetChildren
src/leveldb/db/db_test.cc:76
↓ 15 callersMethodGetN
src/blockfilter.h:67
↓ 15 callersMethodGetSetting
src/common/args.cpp:820
↓ 15 callersMethodGetUint64
src/uint256.h:95
↓ 15 callersMethodIsIPv4
src/netaddress.cpp:340
↓ 15 callersMethodIsIPv6
src/netaddress.cpp:344
↓ 15 callersFunctionIsValidDestinationString
src/key_io.cpp:183
↓ 15 callersMethodOpen
src/wallet/bdb.cpp:157
↓ 15 callersFunctionReadBE16
src/crypto/common.h:46
↓ 15 callersMethodRelease
src/leveldb/util/cache.cc:261
↓ 15 callersFunctionSerialize
src/serialize.h:302
↓ 15 callersFunctionSerialize
src/test/fuzz/deserialize.cpp:53
↓ 15 callersMethodSetMaxBlockSize
src/test/net_tests.cpp:256
↓ 15 callersFunctionTestPushOpcode
src/test/core_io_tests.cpp:41
↓ 15 callersMethodadd
src/avalanche/stakecontendercache.cpp:45
↓ 15 callersMethodaddCopyButton
(self)
electrum/electrumabc_gui/qt/util.py:745
↓ 15 callersMethodas_c_ptr
(&self)
modules/ecash-secp256k1/src/scalar.rs:113
↓ 15 callersMethodblock_txs
( self, hash_or_height: Union[str, int], page=None, page_size=None )
test/functional/test_framework/chronik/client.py:363
↓ 15 callersFunctionbold
(text)
test/functional/test_runner.py:159
↓ 15 callersMethodby_height
[`DbBlock`] by height. The genesis block has height 0.
chronik/chronik-db/src/io/blocks.rs:259
↓ 15 callersFunctionclearLocalForage
cashtab/src/components/App/fixtures/helpers.js:578
↓ 15 callersMethodconnect
()
electrum/electrumabc_plugins/hw_wallet/qt.py:358
↓ 15 callersMethoddeser
Deserialize a Tx from a Uint8Array
modules/ecash-lib/src/tx.ts:132
↓ 15 callersMethodempty
src/util/settings.cpp:290
↓ 15 callersMethodencode
( &self, src: &Self::EnMessage, dst: &mut ByteBuffer, )
chronik/chronik-http/src/electrum_codec.rs:26
↓ 15 callersMethodestimated_size
Return an estimated tx size in bytes. This size can be overestimated for partially signed transactions if using ECDSA signatures, as
electrum/electrumabc/transaction.py:1443
↓ 15 callersMethodfclose
src/streams.h:445
↓ 15 callersFunctionformatBalance
( unformattedBalance: string, userLocale = 'en-US', )
cashtab/src/formatting/index.ts:46
↓ 15 callersMethodget_value
(self, node)
electrum/electrumabc/x509.py:217
↓ 15 callersMethodhash
src/util/hasher.h:23
↓ 15 callersFunctionhash_header
(header: Header)
electrum/electrumabc/blockchain.py:167
↓ 15 callersMethodis_empty
(&self)
modules/ecash-secp256k1/src/ecdsa/serialized_signature.rs:218
↓ 15 callersMethodis_watching_only
(self)
electrum/electrumabc/keystore.py:89
↓ 15 callersMethodkill
Kill this connection. If no reason provided then the connection will be closed immediately, otherwise job a with 'send_error' will be
electrum/electrumabc_plugins/fusion/comms.py:210
↓ 15 callersMethodlayout
(self)
electrum/electrumabc_gui/qt/util.py:573
↓ 15 callersFunctionmulmod256
compute out = (a*b) mod m; if b=NULL, treat b=1; if m=NULL, treat m=infinity. * * Out is a 512-bit number (represented as 32 uint16_t's in LE order)
src/secp256k1/src/tests.c:866
↓ 15 callersMethodprivateKeysDisabled
src/wallet/interfaces.cpp:424
↓ 15 callersFunctionrespawn
( ctx: Context, pool: Pool, chronik: ChronikClient, wallet: Wallet, bot: Bot, adminCha
apps/the-overmind/src/bot.ts:568
↓ 15 callersFunctionsecp256k1_ecdsa_signature_serialize_der
src/secp256k1/src/secp256k1.c:389
↓ 15 callersFunctionsecp256k1_ellswift_xdh
src/secp256k1/src/modules/ellswift/main_impl.h:549
↓ 15 callersFunctionsecp256k1_fe_normalize_weak
src/secp256k1/src/field_impl.h:180
↓ 15 callersFunctionsecp256k1_fe_set_int
src/secp256k1/src/field_impl.h:211
↓ 15 callersFunctionsecp256k1_gej_eq_var
src/secp256k1/src/group_impl.h:350
↓ 15 callersFunctionsecp256k1_keypair_xonly_tweak_add
src/secp256k1/src/modules/extrakeys/main_impl.h:255
↓ 15 callersFunctionsections_opreturn
Build an OP_RETURN script with the given sections
chronik/bitcoinsuite-slp/src/alp/build.rs:20
↓ 15 callersMethodsend
(_data: string | ArrayBufferLike | Blob | ArrayBufferView)
apps/marlin-wallet/web/cypress/fixture/stubs.ts:74
↓ 15 callersMethodsend_header_for_blocks
(self, new_blocks)
test/functional/p2p_sendheaders.py:127
↓ 15 callersMethodser_member
(&self, member: &Self::Member<'_>)
chronik/chronik-db/src/groups/txid.rs:43
↓ 15 callersFunctionser_vector
(v, ser_function_name=None)
test/functional/test_framework/messages.py:150
↓ 15 callersFunctionser_writedata8
src/serialize.h:58
↓ 15 callersFunctionslp_atoms
(token_id: str, token_type: int, atoms: int, entry_idx=0)
chronik/chronik-plugin-impl/tests/test_tx_to_py.py:11
↓ 15 callersMethodstart
(self)
electrum/electrumabc/util.py:208
↓ 15 callersMethodsync_mempools
Wait until everybody has the same transactions in their memory pools
test/functional/test_framework/test_framework.py:815
↓ 15 callersFunctiontoHex
(buffer: Uint8Array)
modules/chronik-client/src/hex.ts:32
↓ 15 callersFunctionto_bytes
cast string to bytes() like object, but for python2 support it's bytearray copy
electrum/electrumabc/util.py:339
↓ 15 callersMethodu8string
src/util/fs.h:72
↓ 15 callersFunctionvalidate
* Validates a given condition, throwing a {@link ValidationError} if * the given condition does not hold. * * @static * @param condition Condition
modules/ecashaddrjs/src/validation.ts:36
↓ 15 callersMethodwarning
( self, title, message, icon=QtWidgets.QMessageBox.Warning, parent=Non
electrum/electrumabc_gui/qt/__init__.py:912
↓ 14 callersMethodAdd
src/leveldb/table/table_test.cc:442
↓ 14 callersMethodBuildSkip
src/blockindex.cpp:67
↓ 14 callersFunctionCheckComparison
src/test/uint256_tests.cpp:128
↓ 14 callersFunctionConsumeScript
src/test/fuzz/util.h:210
↓ 14 callersFunctionEncodeSecret
src/key_io.cpp:102
↓ 14 callersFunctionEvent
(category: string, action: string, label: string)
cashtab/src/components/Common/GoogleAnalytics.ts:66
↓ 14 callersFunctionFormatFullVersion
src/clientversion.cpp:63
↓ 14 callersMethodGet
src/leveldb/db/db_impl.cc:1111
↓ 14 callersMethodGetBestBlock
src/test/coins_tests.cpp:55
↓ 14 callersFunctionGetNextRTTWorkRequired
src/policy/block/rtt.cpp:116
↓ 14 callersMethodGetOp
src/script/script.h:503
↓ 14 callersMethodHaveNumChainTxs
* Check whether this block and all previous blocks back to the genesis * block or an assumeutxo snapshot block have reached VALID_TRANSACTIONS
src/blockindex.h:154
↓ 14 callersMethodIsFresh
src/test/coins_tests.cpp:640
↓ 14 callersMethodIsPushOnly
src/script/script.cpp:404
↓ 14 callersMethodIsUnspendable
* Returns whether the script is guaranteed to fail at execution, regardless * of the initial stack. This allows outputs to be pruned instantly wh
src/script/script.h:549
↓ 14 callersFunctionLookupSubNet
src/netbase.cpp:878
↓ 14 callersMethodMarkDirty
src/wallet/wallet.cpp:968
↓ 14 callersFunctionRandomSeed
src/leveldb/util/testharness.cc:71
↓ 14 callersMethodSeekToFirst
src/leveldb/db/db_test.cc:2095
↓ 14 callersFunctionSetFuzzedErrNo
src/test/fuzz/util.h:297
↓ 14 callersMethodSetNull
src/wallet/coincontrol.cpp:9
↓ 14 callersMethodSetPos
rewind to a given reading position
src/streams.h:600
← previousnext →1,301–1,400 of 23,628, ranked by callers