|
rippled
|
Structure describing the consequences to the account of applying a transaction if the transaction consumes the maximum XRP allowed. More...

Public Types | |
| enum | ConsequenceCategory { normal = 0, blocker } |
| Describes how the transaction affects subsequent transactions. More... | |
Public Member Functions | |
| TxConsequences (ConsequenceCategory const category_, XRPAmount const fee_, XRPAmount const spend_) | |
| Constructor. More... | |
| TxConsequences (TxConsequences const &)=default | |
| Constructor. More... | |
| TxConsequences & | operator= (TxConsequences const &)=delete |
| Deleted copy assignment operator. More... | |
| TxConsequences (TxConsequences &&)=default | |
| Constructor. More... | |
| TxConsequences & | operator= (TxConsequences &&)=delete |
| Deleted copy assignment operator. More... | |
Public Attributes | |
| const ConsequenceCategory | category |
| Describes how the transaction affects subsequent transactions. More... | |
| const XRPAmount | fee |
| Transaction fee. More... | |
| const XRPAmount | potentialSpend |
| Does NOT include the fee. More... | |
Structure describing the consequences to the account of applying a transaction if the transaction consumes the maximum XRP allowed.
Definition at line 126 of file applySteps.h.
Describes how the transaction affects subsequent transactions.
| Enumerator | |
|---|---|
| normal | Moves currency around, creates offers, etc. |
| blocker | Affects the ability of subsequent transactions to claim a fee. Eg. |
Definition at line 130 of file applySteps.h.
| ripple::TxConsequences::TxConsequences | ( | ConsequenceCategory const | category_, |
| XRPAmount const | fee_, | ||
| XRPAmount const | spend_ | ||
| ) |
Constructor.
Definition at line 147 of file applySteps.h.
|
default |
Constructor.
|
default |
Constructor.
|
delete |
Deleted copy assignment operator.
|
delete |
Deleted copy assignment operator.
| const ConsequenceCategory ripple::TxConsequences::category |
Describes how the transaction affects subsequent transactions.
Definition at line 140 of file applySteps.h.
| const XRPAmount ripple::TxConsequences::fee |
Transaction fee.
Definition at line 142 of file applySteps.h.
| const XRPAmount ripple::TxConsequences::potentialSpend |
Does NOT include the fee.
Definition at line 144 of file applySteps.h.
1.8.17