|
OpenCBDC Transaction Processor
|
Namespaces | |
| namespace | rpc |
| namespace | runner |
Data Structures | |
| class | impl |
| Implementation of an agent. More... | |
| class | interface |
| Interface for an agent. More... | |
Typedefs | |
| using | parameter_type = buffer |
| Type of function call parameter. | |
| using | return_type = broker::state_update_type |
| Type returned after function execution. | |
Variables | |
| const std::vector< std::string > | init_addresses_for_testing |
| List of initial addresses to mint accounts for testing. | |
Type of function call parameter.
Definition at line 13 of file parsec/agent/interface.hpp.
Type returned after function execution.
Definition at line 15 of file parsec/agent/interface.hpp.
| const std::vector<std::string> cbdc::parsec::agent::init_addresses_for_testing |
List of initial addresses to mint accounts for testing.
Definition at line 14 of file init_addresses.hpp.
Referenced by cbdc::parsec::agent::runner::mint_initial_accounts().