|
OpenCBDC Transaction Processor
|
#include <cstdint>#include <functional>#include <optional>#include <variant>

Go to the source code of this file.
Data Structures | |
| class | cbdc::parsec::ticket_machine::interface |
| Ticket machine interface. More... | |
Namespaces | |
| namespace | cbdc |
| namespace | cbdc::parsec |
| namespace | cbdc::parsec::ticket_machine |
Typedefs | |
| using | cbdc::parsec::ticket_machine::ticket_number_type = uint64_t |
| Type alias for a ticket number. | |