{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "title": "preparePaymentChannelFundParameters",
  "type": "object",
  "properties": {
    "address": {
      "$ref": "address",
      "description": "The address of the account that is creating the transaction."
    },
    "paymentChannelFund": {
      "$ref": "paymentChannelFund",
      "description": "The channel to fund, and the details of how to fund it."
    },
    "instructions": {"$ref": "instructions"}
  },
  "additionalProperties": false,
  "required": ["address", "paymentChannelFund"]
}
