mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-22 20:55:52 +00:00
refactor: Structure global validators better (#1484)
refactor: #1170 Structure global validators better
This commit is contained in:
@@ -111,8 +111,8 @@ public:
|
||||
{JS(accounts), check::Deprecated{}},
|
||||
{JS(owner_funds), validation::Type<bool>{}},
|
||||
{JS(queue), validation::Type<bool>{}, validation::NotSupported{true}},
|
||||
{JS(ledger_hash), validation::Uint256HexStringValidator},
|
||||
{JS(ledger_index), validation::LedgerIndexValidator},
|
||||
{JS(ledger_hash), validation::CustomValidators::Uint256HexStringValidator},
|
||||
{JS(ledger_index), validation::CustomValidators::LedgerIndexValidator},
|
||||
{JS(transactions), validation::Type<bool>{}},
|
||||
{JS(expand), validation::Type<bool>{}},
|
||||
{JS(binary), validation::Type<bool>{}},
|
||||
|
||||
Reference in New Issue
Block a user