1234567891011121314 |
- {
- "$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"]
- }
|