LedgerEntryHandler(std::shared_ptr< BackendInterface > sharedPtrBackend)
Construct a new LedgerEntryHandler object.
Definition LedgerEntry.hpp:49
friend void tag_invoke(boost::json::value_from_tag, boost::json::value &jv, Output const &output)
Convert the Output to a JSON object.
Definition LedgerEntry.cpp:478
Result process(Input const &input, Context const &ctx) const
Process the LedgerEntry command.
Definition LedgerEntry.cpp:419
A struct to hold the output data of the command.
Definition LedgerEntry.hpp:32