4 #ifndef DJINNI_GENERATED_TRUSTINDICATOR_HPP 5 #define DJINNI_GENERATED_TRUSTINDICATOR_HPP 10 #ifndef LIBCORE_EXPORT 12 #include <libcore_export.h> 14 #define LIBCORE_EXPORT 18 namespace ledger {
namespace core {
namespace api {
20 enum class TrustLevel;
27 virtual int32_t getTrustWeight() = 0;
29 virtual TrustLevel getTrustLevel() = 0;
31 virtual std::vector<std::string> getConflictingOperationUids() = 0;
33 virtual std::string getOrigin() = 0;
37 #endif //DJINNI_GENERATED_TRUSTINDICATOR_HPP Definition: TrustIndicator.hpp:23
Definition: Account.cpp:8