|
Clio
develop
The XRP Ledger API server.
|
The result of a filter check that matched a transaction. More...
#include <TransactionFilter.hpp>
Public Member Functions | |
| CheckResult (xrpl::AccountID account, DelegateFilter::Role role) | |
| Construct a check result. | |
Public Attributes | |
| xrpl::AccountID | account |
| DelegateFilter::Role | role |
The result of a filter check that matched a transaction.
|
inline |
Construct a check result.
| account | The relevant account to report for this txn |
| role | The role account played in this txn |