OpenCBDC Transaction Processor
|
Prepare request message. More...
#include <messages.hpp>
Data Fields | |
ticket_number_type | m_ticket_number |
Ticket number. | |
state_update_type | m_state_updates |
State updates to apply. | |
broker_id_type | m_broker_id {} |
ID of broker managing ticket. | |
Prepare request message.
Definition at line 28 of file parsec/runtime_locking_shard/messages.hpp.
broker_id_type cbdc::parsec::runtime_locking_shard::rpc::prepare_request::m_broker_id {} |
ID of broker managing ticket.
Definition at line 34 of file parsec/runtime_locking_shard/messages.hpp.
state_update_type cbdc::parsec::runtime_locking_shard::rpc::prepare_request::m_state_updates |
State updates to apply.
Definition at line 32 of file parsec/runtime_locking_shard/messages.hpp.
ticket_number_type cbdc::parsec::runtime_locking_shard::rpc::prepare_request::m_ticket_number |
Ticket number.
Definition at line 30 of file parsec/runtime_locking_shard/messages.hpp.