State of rejected transaction that conflicts with a confirmed block.
Synopsis
Declared in <wallet/transaction.h>
struct TxStateBlockConflicted;
Member Functions
Name |
Description |
|
Construct a block‐conflicted state from the conflicting block hash and height. |
Return a human‐readable description of the state. |
Data Members
Name |
Description |
Hash of the confirmed block that conflicts with the transaction. |
|
Height of the confirmed block that conflicts with the transaction. |
Created with MrDocs