|
| parse::Result< std::string > | dcn::constructTransformationSolidityCode (const Transformation &transformation) |
| |
| std::optional< TransformationAddedEvent > | dcn::pt::decodeTransformationAddedEvent (const std::uint8_t *data, std::size_t data_size, const evmc::bytes32 topics[], std::size_t num_topics) |
| |
| std::optional< TransformationAddedEvent > | dcn::pt::decodeTransformationAddedEvent (const std::string &data_hex, const std::vector< std::string > &topics_hex) |
| |
| template<> |
| Result< json > | dcn::parse::parseToJson (Transformation transformation, use_json_t) |
| | Parses a Transformation object to a JSON object.
|
| |
| template<> |
| Result< Transformation > | dcn::parse::parseFromJson (json json_obj, use_json_t) |
| | Parses a JSON object to a condition object.
|
| |
| template<> |
| Result< std::string > | dcn::parse::parseToJson (Transformation transformation, use_protobuf_t) |
| | Converts a Transformation object to a JSON string using protobuf.
|
| |
| template<> |
| Result< Transformation > | dcn::parse::parseFromJson (std::string json_str, use_protobuf_t) |
| | Parses a JSON string to a condition object using Protobuf.
|
| |
| template<> |
| Result< json > | dcn::parse::parseToJson (TransformationRecord transformation_record, use_json_t) |
| | Converts a TransformationRecord object to a JSON object.
|
| |
| template<> |
| Result< std::string > | dcn::parse::parseToJson (TransformationRecord transformation_record, use_protobuf_t) |
| | Converts a TransformationRecord object to a JSON string using Protobuf.
|
| |
| template<> |
| Result< TransformationRecord > | dcn::parse::parseFromJson (json json_obj, use_json_t) |
| | Parses a JSON object to a condition object.
|
| |
| template<> |
| Result< TransformationRecord > | dcn::parse::parseFromJson (std::string json_str, use_protobuf_t) |
| | Parses a JSON string to a condition object using Protobuf.
|
| |