You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

get-payment-channel.json 358B

1234567891011121314
  1. {
  2. "$schema": "http://json-schema.org/draft-04/schema#",
  3. "title": "getPaymentChannelParameters",
  4. "description": "Parameters for getPaymentChannel",
  5. "type": "object",
  6. "properties": {
  7. "id": {
  8. "$ref": "hash256",
  9. "description": "256-bit hexadecimal channel identifier."
  10. }
  11. },
  12. "additionalProperties": false,
  13. "required": ["id"]
  14. }