From a1e087b61726e0a82f4f1250f15ff82f7edf56f8 Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Mon, 1 Jan 2024 14:01:31 +0100 Subject: - helpers.cpp: - functions for dealing with: - std::vector - std::vector - std::vector> - wallet2_api_c.h: - PendingTransaction - txid - subaddrAccount - subaddrIndices - multisigSignData - signMultisigTx - signersKeys --- libbridge/src/main/cpp/helpers.hpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 libbridge/src/main/cpp/helpers.hpp (limited to 'libbridge/src/main/cpp/helpers.hpp') diff --git a/libbridge/src/main/cpp/helpers.hpp b/libbridge/src/main/cpp/helpers.hpp new file mode 100644 index 0000000..0f79677 --- /dev/null +++ b/libbridge/src/main/cpp/helpers.hpp @@ -0,0 +1,8 @@ +#include +#include +#include +#include + +const char* vectorToString(const std::vector& vec, const std::string separator); +const char* vectorToString(const std::vector& vec, const std::string separator); +const char* vectorToString(const std::vector>& vec, const std::string separator); \ No newline at end of file -- cgit v1.2.3