Clio develop
The XRP Ledger API server.
|
A specification for the Registry. More...
#include <Models.hpp>
Static Public Member Functions | |
static constexpr bool | wants (ripple::TxType type) noexcept |
Checks if the transaction type was requested. | |
Static Public Attributes | |
static constexpr bool | kSPEC_TAG = true |
A specification for the Registry.
This specification simply defines the transaction types that are to be filtered out from the incoming transactions by the Registry for its onTransaction
and onInitialTransaction
hooks. It's a compilation error to list the same transaction type more than once.
|
inlinestaticnodiscardconstexprnoexcept |
Checks if the transaction type was requested.
type | The transaction type |