Files
stacks-blockchain-api/docs/api/rosetta/rosetta-construction-combine-response.schema.json

15 lines
523 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "rosetta-construction-combine-response",
"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"],
"properties": {
"signed_transaction": {
"type": "string",
"description": "Signed transaction bytes in hex"
}
}
}