4 #ifndef DJINNI_GENERATED_ETHEREUMLIKEACCOUNT_HPP_JNI_ 5 #define DJINNI_GENERATED_ETHEREUMLIKEACCOUNT_HPP_JNI_ 7 #include "../../api/EthereumLikeAccount.hpp" 8 #include "djinni_support.hpp" 14 using CppType = std::shared_ptr<::ledger::core::api::EthereumLikeAccount>;
15 using CppOptType = std::shared_ptr<::ledger::core::api::EthereumLikeAccount>;
16 using JniType = jobject;
22 static CppType toCpp(JNIEnv* jniEnv, JniType j) { return ::djinni::JniClass<EthereumLikeAccount>::get()._fromJava(jniEnv, j); }
24 static ::djinni::LocalRef<JniType> fromCpp(JNIEnv* jniEnv,
const CppType& c) {
return fromCppOpt(jniEnv, c); }
28 friend ::djinni::JniClass<EthereumLikeAccount>;
29 friend ::djinni::JniInterface<::ledger::core::api::EthereumLikeAccount, EthereumLikeAccount>;
34 #endif //DJINNI_GENERATED_ETHEREUMLIKEACCOUNT_HPP_JNI_ Definition: EthereumLikeAccount.hpp:12
Definition: Account.cpp:22
Definition: djinni_support.hpp:223
Definition: djinni_support.hpp:379