#pragma once #include #include #include #include std::string hexStringToBinaryString(std::string const& hex); xrpl::uint256 binaryStringToUint256(std::string const& bin); std::string ledgerHeaderToBinaryString(xrpl::LedgerHeader const& info);