How to broadcast a local transaction. Used to influence BroadcastTransaction() and its callers.
Synopsis
Declared in <node/types.h>
enum class TxBroadcast : uint8_t;
Members
Name |
Description |
|
Add the transaction to the mempool and broadcast to all peers for which tx relay is enabled. |
|
Add the transaction to the mempool, but don't broadcast to anybody. |
|
Omit the mempool and directly send the transaction via a few dedicated connections to peers on privacy networks. |
Created with MrDocs