OpenCBDC Transaction Processor
Loading...
Searching...
No Matches
cbdc::parsec::runtime_locking_shard::rpc::prepare_request Struct Reference

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.
 

Detailed Description

Prepare request message.

Definition at line 28 of file parsec/runtime_locking_shard/messages.hpp.

Field Documentation

◆ m_broker_id

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.

◆ m_state_updates

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.

◆ m_ticket_number

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.


The documentation for this struct was generated from the following file: