UNPKG

ripple-lib

Version:

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

15 lines (14 loc) 358 B
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "getPaymentChannelParameters", "description": "Parameters for getPaymentChannel", "type": "object", "properties": { "id": { "$ref": "hash256", "description": "256-bit hexadecimal channel identifier." } }, "additionalProperties": false, "required": ["id"] }