6#ifndef OPENCBDC_TX_SRC_PARSEC_AGENT_MESSAGES_H_ 
    7#define OPENCBDC_TX_SRC_PARSEC_AGENT_MESSAGES_H_ 
Buffer to store and retrieve byte data.
 
std::variant< return_type, error_code > exec_return_type
Return type from function execution.
 
interface::exec_return_type response
Agent RPC response type.
 
Agent contract execution RPC request message.
 
bool m_is_readonly_run
Whether the request should skip writing state changes.
 
runtime_locking_shard::key_type m_function
Key of function bytecode.
 
parameter_type m_param
Function call parameter.