UNPKG

ripple-lib

Version:

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

11 lines (10 loc) 231 B
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "memos", "link": "transaction-memos", "description": "Array of memos to attach to the transaction.", "type": "array", "items": { "$ref": "memo" } }