Keypop Calypso Crypto Legacy SAM C++ API 0.6.0
Reference Calypso Crypto Legacy SAM API for C++
AsyncTransactionCreatorManager.hpp
Go to the documentation of this file.
1/**************************************************************************************************
2 * Copyright (c) 2024 Calypso Networks Association https://calypsonet.org/ *
3 * *
4 * This program and the accompanying materials are made available under the *
5 * terms of the MIT License which is available at https://opensource.org/licenses/MIT. *
6 * *
7 * SPDX-License-Identifier: MIT *
8 **************************************************************************************************/
9
10#pragma once
11
12#include <cstdint>
13#include <string>
14#include <vector>
15
17
18namespace keypop {
19namespace calypso {
20namespace crypto {
21namespace legacysam {
22namespace transaction {
23
37: public WriteTransactionManager<AsyncTransactionCreatorManager> {
38public:
48 virtual const std::string exportCommands() const = 0;
49};
50
51} /* namespace transaction */
52} /* namespace legacysam */
53} /* namespace crypto */
54} /* namespace calypso */
55} /* namespace keypop */