UNPKG

ripple-lib

Version:

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

11 lines (10 loc) 222 B
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "amount", "link": "amount", "description": "An Amount on the XRP Ledger", "allOf": [ {"$ref": "amountbase"}, {"required": ["value"]} ] }