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
↓ 35 callers
Method
release
* Release transfers ownership of the pointer from RCUPtr to the caller. */
src/rcu.h:176
↓ 35 callers
Method
save_spendable_output
(self)
test/functional/feature_block.py:1181
↓ 35 callers
Function
secp256k1_ecdsa_verify
src/secp256k1/src/secp256k1.c:433
↓ 35 callers
Function
secp256k1_i128_to_u64
src/secp256k1/src/int128_struct_impl.h:179
↓ 35 callers
Method
show_message
(self, msg, on_cancel=None)
electrum/electrumabc_plugins/hw_wallet/qt.py:123
↓ 35 callers
Method
size
src/streams.h:94
↓ 35 callers
Method
stats
src/support/lockedpool.cpp:135
↓ 35 callers
Method
test_importmulti
Run importmulti and assert success
test/functional/wallet_importmulti.py:40
↓ 34 callers
Function
IOError
src/leveldb/include/leveldb/status.h:52
↓ 34 callers
Function
ParseUInt32
src/util/strencodings.cpp:278
↓ 34 callers
Function
alp_opreturn
(*sections: bytes)
test/functional/test_framework/chronik/alp.py:14
↓ 34 callers
Function
assert_response
( poll_node: AvaP2PInterface, avakey: ECPubKey, expected: List[AvalancheVote] )
test/functional/test_framework/avatools.py:552
↓ 34 callers
Method
disconnect_nodes
(self, a, b)
test/functional/test_framework/test_framework.py:725
↓ 34 callers
Method
empty
src/script/conditionstack.h:40
↓ 34 callers
Function
encode
Encode a cashaddr address without prefix and separator.
electrum/electrumabc/cashaddr.py:188
↓ 34 callers
Method
getDisplayUnit
src/qt/optionsmodel.h:96
↓ 34 callers
Method
getId
src/test/radix_tests.cpp:606
↓ 34 callers
Method
getScore
src/avalanche/proof.h:172
↓ 34 callers
Function
mnemonicToSeed
(phrase: string, password?: string)
modules/ecash-lib/src/mnemonic.ts:143
↓ 34 callers
Method
multisig
* Build m-of-n multisig script: OP_m pubkey1 pubkey2 ... pubkey_n OP_n OP_CHECKMULTISIG. * Works for P2SH-wrapped or bare multisig. * Pubkey
modules/ecash-lib/src/script.ts:195
↓ 34 callers
Method
multisigSpend
* Build scriptSig for multisig: <dummy> sig1 sig2 ... sig_m [redeemScript]. * Omit redeemScript for bare multisig; include for P2SH-wrapped.
modules/ecash-lib/src/script.ts:253
↓ 34 callers
Method
next
pseudorandom, except the first value returned is the seed provided (thus starting with 0, by default)
src/test/lcg.h:26
↓ 34 callers
Method
put_slp_pushdata
Append to this script bytecode to push the given pushdata onto the stack. It will be compliant with SLP push rules (i.e. no bare opcodes), but otherwi
chronik/bitcoinsuite-core/src/script/script_mut.rs:126
↓ 34 callers
Function
secp256k1_keypair_create
src/secp256k1/src/modules/extrakeys/main_impl.h:196
↓ 34 callers
Function
secp256k1_multiset_init
Inits the multiset with the constant for empty data, * represented by the Jacobian GE infinite */
src/secp256k1/src/modules/multiset/main_impl.h:201
↓ 34 callers
Function
secp256k1_scalar_is_zero
src/secp256k1/src/scalar_low_impl.h:92
↓ 34 callers
Function
selectUtxos
( action: payment.Action, /** * All spendable utxos available to the wallet * - Token utxos
modules/ecash-wallet/src/wallet.ts:4115
↓ 34 callers
Method
size
src/univalue/include/univalue.h:92
↓ 34 callers
Method
spendableSatsOnlyUtxos
()
modules/ecash-wallet/src/wallet.ts:198
↓ 34 callers
Method
start
Start the node.
test/functional/test_framework/test_node.py:314
↓ 34 callers
Function
t
(key: string)
apps/marlin-wallet/web/src/i18n.ts:36
↓ 33 callers
Function
CheckWithFlag
src/test/transaction_tests.cpp:345
↓ 33 callers
Function
DeserializeFromFuzzingInput
src/test/fuzz/deserialize.cpp:67
↓ 33 callers
Function
NegativeValtype
src/test/monolith_opcodes_tests.cpp:73
↓ 33 callers
Method
SerializeToString
src/qt/paymentrequestplus.cpp:51
↓ 33 callers
Method
confirmedTxs
* Fetches the confirmed tx history of this script, in the order they appear on the blockchain. * @param page Page index of the tx history. *
modules/chronik-client/src/ChronikClient.ts:526
↓ 33 callers
Function
count_seconds
src/util/time.h:85
↓ 33 callers
Method
encode
(obj)
test/functional/test_framework/script.py:402
↓ 33 callers
Function
gen_proof
( test_framework, node, coinbase_utxos=1, expiry=0, sync_fun=None, payoutAddress=ADDRE
test/functional/test_framework/avatools.py:445
↓ 33 callers
Method
generate_keypair
( &self, rng: &mut R, )
modules/ecash-secp256k1/src/lib.rs:427
↓ 33 callers
Function
hash256
(s)
test/functional/test_framework/messages.py:79
↓ 33 callers
Method
isStr
src/univalue/include/univalue.h:108
↓ 33 callers
Function
push_script
Returns pushed data to the script, automatically respecting BIP62 "minimal encoding" rules. Input data is hex, returns hex.
electrum/electrumabc/bitcoin.py:281
↓ 33 callers
Function
random_scalar_order_test
src/secp256k1/src/tests.c:183
↓ 33 callers
Method
rbegin
src/util/bitdeque.h:307
↓ 33 callers
Function
satsToFormattedValue
( satoshis: number | bigint, xecPrice?: number, )
apps/ecash-herald/src/utils.ts:86
↓ 33 callers
Method
txinputs
(self)
electrum/electrumabc/tests/test_wallet_vertical.py:151
↓ 33 callers
Method
value_or
src/util/result.h:76
↓ 32 callers
Method
AdvanceTime
* Advance this Scenario's time; this affects the timestamps newly * scheduled events get. */
src/test/txrequest_tests.cpp:107
↓ 32 callers
Method
Compare
src/leveldb/db/dbformat.h:166
↓ 32 callers
Function
ConsumeRandomLengthByteVector
src/test/fuzz/util.h:94
↓ 32 callers
Function
MakeUCharSpan
src/span.h:350
↓ 32 callers
Function
ParseInt32
src/util/strencodings.cpp:262
↓ 32 callers
Function
RPCExecuteCommandLine
src/qt/rpcconsole.h:54
↓ 32 callers
Function
TestSplitHost
src/test/netbase_tests.cpp:81
↓ 32 callers
Method
WriteReply
* Closure sent to main thread to request a reply to be sent to a HTTP request. * Replies must be sent in the main loop in the main http thread, this
src/httpserver.cpp:701
↓ 32 callers
Function
avalanche_proof_from_hex
(proof_hex: str)
test/functional/test_framework/avatools.py:48
↓ 32 callers
Function
buildProofWithSequence
src/avalanche/test/peermanager_tests.cpp:173
↓ 32 callers
Method
buildavalancheproof
( self, sequence: int, expiration: int, master: str, stakes: List[Dict
test/functional/test_framework/test_node.py:494
↓ 32 callers
Function
emppScript
(pushdata: Uint8Array[])
modules/ecash-lib/src/token/empp.ts:10
↓ 32 callers
Method
eq
(&self, _other: &Secp256k1<C>)
modules/ecash-secp256k1/src/lib.rs:343
↓ 32 callers
Method
get_receiving_addresses
( self, *, slice_start=None, slice_stop=None )
electrum/electrumabc/wallet.py:1140
↓ 32 callers
Method
load
(self)
electrum/electrumabc/contacts.py:60
↓ 32 callers
Method
output
src/bench/nanobench.h:3190
↓ 32 callers
Function
popstack
src/script/interpreter.cpp:38
↓ 32 callers
Method
recv
(&mut self)
modules/bitcoinsuite-chronik-client/src/lib.rs:582
↓ 32 callers
Function
render
src/bench/nanobench.h:1826
↓ 32 callers
Method
script
()
modules/ecash-agora/src/partial.ts:699
↓ 32 callers
Method
verify
src/avalanche/proof.cpp:48
↓ 31 callers
Function
BlockMerkleRoot
src/consensus/merkle.cpp:69
↓ 31 callers
Method
GetNetwork
src/netaddress.cpp:553
↓ 31 callers
Function
GetVirtualTransactionSize
src/policy/policy.h:149
↓ 31 callers
Function
IsReachable
src/net.cpp:328
↓ 31 callers
Function
Log
src/leveldb/util/env.cc:25
↓ 31 callers
Method
NewIterator
src/leveldb/db/db_impl.cc:1158
↓ 31 callers
Function
ParseUInt8
src/util/strencodings.cpp:270
↓ 31 callers
Function
RESTERR
src/rest.cpp:69
↓ 31 callers
Function
TestParse
src/test/util_tests.cpp:722
↓ 31 callers
Method
WriteHeader
src/httpserver.cpp:689
↓ 31 callers
Function
check_script
(script: &[u8], expected_err: ParseError, should_ignore: bool)
chronik/bitcoinsuite-slp/tests/test_slp_parse_common.rs:17
↓ 31 callers
Method
close
Close the connections and network event loop.
test/functional/test_framework/p2p.py:748
↓ 31 callers
Method
getStakeContenderStatus
src/avalanche/processor.cpp:1078
↓ 31 callers
Function
isPushOp
(op: any)
modules/ecash-lib/src/op.ts:135
↓ 31 callers
Method
isValid
src/qt/qvalidatedlineedit.cpp:92
↓ 31 callers
Function
isValidCashAddress
( cashaddress: string, optionalPrefix: boolean | string = false, )
modules/ecashaddrjs/src/cashaddr.ts:529
↓ 31 callers
Method
push_back
src/univalue/lib/univalue.cpp:96
↓ 31 callers
Function
secp256k1_ec_pubkey_serialize
src/secp256k1/src/secp256k1.c:279
↓ 31 callers
Function
secp256k1_ecdsa_sign
src/secp256k1/src/secp256k1.c:547
↓ 31 callers
Function
secp256k1_scalar_clear
src/secp256k1/src/scalar_low_impl.h:22
↓ 31 callers
Method
send_blocks
Sends blocks to test node. Syncs and verifies that tip has advanced to most recent block. Call with success = False if the tip shouldn't adva
test/functional/feature_csv_activation.py:197
↓ 31 callers
Function
ser_uint256
(u)
test/functional/test_framework/messages.py:119
↓ 30 callers
Function
Corruption
src/leveldb/include/leveldb/status.h:43
↓ 30 callers
Function
FormatISO8601DateTime
src/util/time.cpp:96
↓ 30 callers
Function
MakeByteSpan
src/span.h:302
↓ 30 callers
Function
ParseUInt16
src/util/strencodings.cpp:274
↓ 30 callers
Function
ResolveIP
src/test/addrman_tests.cpp:77
↓ 30 callers
Method
Result
src/bench/nanobench.h:2819
↓ 30 callers
Function
RunAllTests
src/leveldb/util/testharness.cc:40
↓ 30 callers
Function
ScriptFromHex
src/test/script_tests.cpp:3049
↓ 30 callers
Method
_request_get
(self, path: str, pb_type)
test/functional/test_framework/chronik/client.py:321
← previous
next →
601–700 of 23,628, ranked by callers