UNPKG

ripple-lib

Version:

Deprecated - consider migrating to xrpl.js: https://xrpl.org/xrpljs2-migration-guide.html

12 lines (11 loc) 258 B
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "orderbook", "type": "object", "properties": { "base": {"$ref": "issue"}, "counter": {"$ref": "issue"} }, "required": ["base", "counter"], "additionalProperties": false }