UNPKG

ripple-lib

Version:

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

9 lines (8 loc) 228 B
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "blob", "description": "An uppercase hexadecimal string representation of a transaction", "type": "string", "minLength": 1, "pattern": "^[0-9A-F]*$" }