UNPKG

ripple-lib

Version:

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

13 lines (12 loc) 277 B
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "address", "description": "An account address on the XRP Ledger", "type": "string", "format": "address", "link": "address", "oneOf": [ {"$ref": "xAddress"}, {"$ref": "classicAddress"} ] }