{
  "type": "object",
  "title": "RosettaConstructionCombineResponse",
  "description": "RosettaConstructionCombineResponse is returned by /construction/combine. The network payload will be sent directly to the construction/submit endpoint.",
  "required": ["signed_transaction"],
  "additionalProperties": false,
  "properties": {
    "signed_transaction": {
      "type": "string",
      "description": "Signed transaction bytes in hex"
    }
  }
}
