mirror of
https://github.com/alexgo-io/stacks-blockchain-api.git
synced 2026-06-16 01:24:23 +08:00
17 lines
556 B
JSON
17 lines
556 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
"$id": "rosetta-construction-submit-response",
|
|
"type": "object",
|
|
"title": "RosettaConstructionSubmitResponse",
|
|
"description": "TransactionIdentifier contains the transaction_identifier of a transaction that was submitted to either /construction/submit.",
|
|
"required": ["transaction_identifier"],
|
|
"properties": {
|
|
"transaction_identifier": {
|
|
"$ref": "./../../entities/rosetta/rosetta-transaction-identifier.schema.json"
|
|
},
|
|
"metadata": {
|
|
"type": "object"
|
|
}
|
|
}
|
|
}
|