|
Clio
develop
The XRP Ledger API server.
|
Interface for filtering transactions. More...
#include <TransactionFilter.hpp>

Classes | |
| struct | CheckResult |
| The result of a filter check that matched a transaction. More... | |
Public Member Functions | |
| virtual std::optional< CheckResult > | check (data::TransactionAndMetadata const &txnPlusMeta) const =0 |
| Check if a transaction blob matches the filter criteria. | |
Interface for filtering transactions.
|
nodiscardpure virtual |
Check if a transaction blob matches the filter criteria.
| txnPlusMeta | The transaction and metadata blob from the backend. |
Implemented in rpc::DelegateTransactionFilter.