4 #ifndef DJINNI_GENERATED_BITCOINLIKEOPERATOR_HPP 5 #define DJINNI_GENERATED_BITCOINLIKEOPERATOR_HPP 12 namespace ledger {
namespace core {
namespace api {
15 std::string operatorName;
20 : operatorName(std::move(operatorName_))
21 , value(std::move(value_))
25 this->operatorName = cpy.operatorName;
26 this->value = cpy.value;
33 this->operatorName = cpy.operatorName;
34 this->value = cpy.value;
38 template <
class Archive>
39 void load(Archive& archive) {
40 archive(operatorName, value);
43 template <
class Archive>
44 void save(Archive& archive)
const {
45 archive(operatorName, value);
50 #endif //DJINNI_GENERATED_BITCOINLIKEOPERATOR_HPP Definition: BitcoinLikeOperator.hpp:14
Definition: Account.cpp:8