State of rejected transaction that conflicts with a confirmed block.
Declared in <wallet/transaction.h>
struct TxStateBlockConflicted;
| Name | Description |
|---|---|
TxStateBlockConflicted [constructor] | Construct a block-conflicted state from the conflicting block hash and height. |
toString | Return a human-readable description of the state. |
| Name | Description |
|---|---|
conflicting_block_hash | Hash of the confirmed block that conflicts with the transaction. |
conflicting_block_height | Height of the confirmed block that conflicts with the transaction. |