UNPKG

ripple-lib

Version:

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

13 lines (12 loc) 294 B
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "adjustment", "type": "object", "properties": { "address": {"$ref": "address"}, "amount": {"$ref": "amount"}, "tag": {"$ref": "tag"} }, "required": ["address", "amount"], "additionalProperties": false }