UNPKG

ripple-lib

Version:

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

8 lines (7 loc) 201 B
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "hash128", "description": "The hexadecimal representation of a 128-bit hash", "type": "string", "pattern": "^[A-F0-9]{32}$" }