mirror of
https://github.com/alexgo-io/stacks-blockchain-api.git
synced 2026-06-10 06:30:20 +08:00
15 lines
523 B
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"
|
|
}
|
|
}
|
|
}
|