![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
#include <common/messages.h>#include <node/types.h>#include <policy/feerate.h>#include <primitives/transaction.h>Go to the source code of this file.
Namespaces | |
| namespace | Consensus |
| Transaction validation functions. | |
| namespace | node |
Functions | |
| TransactionError | node::BroadcastTransaction (NodeContext &node, CTransactionRef tx, std::string &err_string, const CAmount &max_tx_fee, TxBroadcast broadcast_method, bool wait_callback) |
| Submit a transaction to the mempool and (optionally) relay it to all P2P peers. More... | |
| CTransactionRef | node::GetTransaction (const CBlockIndex *const block_index, const CTxMemPool *const mempool, const Txid &hash, const BlockManager &blockman, uint256 &hashBlock) |
| Return transaction with a given hash. More... | |
Variables | |
| static const CFeeRate | node::DEFAULT_MAX_RAW_TX_FEE_RATE {COIN / 10} |
| Maximum fee rate for sendrawtransaction and testmempoolaccept RPC calls. More... | |
| static const CAmount | node::DEFAULT_MAX_BURN_AMOUNT {0} |
| Maximum burn value for sendrawtransaction, submitpackage, and testmempoolaccept RPC calls. More... | |