Go to the source code of this file.
|
TransactionError | node::BroadcastTransaction (NodeContext &node, const Config &config, CTransactionRef tx, std::string &err_string, Amount max_tx_fee, bool relay, 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 &txid, const Consensus::Params &consensusParams, BlockHash &hashBlock) |
| Return transaction with a given txid. More...
|
|