5 #ifndef __ZECALE_CORE_NESTED_TRANSACTION_HPP__
6 #define __ZECALE_CORE_NESTED_TRANSACTION_HPP__
9 #include <libzeth/core/extended_proof.hpp>
20 std::string _application_name;
21 std::shared_ptr<libzeth::extended_proof<nppT, nsnarkT>> _extended_proof;
22 std::vector<uint8_t> _parameters;
40 const libzeth::extended_proof<nppT, nsnarkT> &
extended_proof()
const;
42 const std::vector<uint8_t> &
parameters()
const;
46 std::ostream &
write_json(std::ostream &)
const;
57 #endif // __ZECALE_CORE_NESTED_TRANSACTION_HPP__