|
OpenCBDC Transaction Processor
|
Agent contract execution RPC request message. More...
#include <messages.hpp>

Data Fields | |
| runtime_locking_shard::key_type | m_function |
| Key of function bytecode. | |
| parameter_type | m_param |
| Function call parameter. | |
| bool | m_is_readonly_run {false} |
| Whether the request should skip writing state changes. | |
Agent contract execution RPC request message.
Definition at line 13 of file parsec/agent/messages.hpp.
| runtime_locking_shard::key_type cbdc::parsec::agent::rpc::exec_request::m_function |
Key of function bytecode.
Definition at line 15 of file parsec/agent/messages.hpp.
| bool cbdc::parsec::agent::rpc::exec_request::m_is_readonly_run {false} |
Whether the request should skip writing state changes.
Definition at line 19 of file parsec/agent/messages.hpp.
| parameter_type cbdc::parsec::agent::rpc::exec_request::m_param |
Function call parameter.
Definition at line 17 of file parsec/agent/messages.hpp.