Notification payload describing a transaction added to the mempool.
Synopsis
Declared in <kernel/mempool_entry.h>
struct NewMempoolTransactionInfo;
Member Functions
Name |
Description |
|
Builds the addition payload for a newly accepted transaction. |
Data Members
Name |
Description |
Snapshot of the added transaction. |
|
Whether the blockchain is up to date when the transaction is added. |
|
Whether the transaction has no unconfirmed parents. |
|
Whether the transaction was added without enforcing mempool fee limits. |
|
Whether the transaction is part of a package. |
Created with MrDocs