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