// Generated by uniffi-bindgen-react-native
#include "react-native-payjoin.h"
#include "generated/payjoin.hpp"

namespace payjoin {
	using namespace facebook;

	uint8_t installRustCrate(jsi::Runtime &runtime, std::shared_ptr<react::CallInvoker> callInvoker) {
		NativePayjoin::registerModule(runtime, callInvoker);
		return true;
	}

	uint8_t cleanupRustCrate(jsi::Runtime &runtime) {
		return false;
	}
}