account_offer in new RPC framework (#567)

Fixes #569
This commit is contained in:
cyan317
2023-03-29 16:40:51 +01:00
committed by GitHub
parent 75c2011845
commit e9937fab76
20 changed files with 1300 additions and 19 deletions

View File

@@ -167,7 +167,7 @@ CustomValidator AccountBase58Validator = CustomValidator{
return MaybeError{};
}};
CustomValidator MarkerValidator = CustomValidator{
CustomValidator AccountMarkerValidator = CustomValidator{
[](boost::json::value const& value, std::string_view key) -> MaybeError {
if (!value.is_string())
{

View File

@@ -470,7 +470,7 @@ extern CustomValidator AccountBase58Validator;
* Marker is composed of a comma separated index and start hint. The
* former will be read as hex, and the latter can cast to uint64.
*/
extern CustomValidator MarkerValidator;
extern CustomValidator AccountMarkerValidator;
/**
* @brief Provide a common used validator for uint256 hex string