Files
stacks-blockchain-api/docs/api/rosetta/rosetta-submit-unsigned-transaction-unsigned-payloads-request.example.json
Lavanya Kasturi a10ac03b9d docs: added examples for Rosetta API's - AccountIdentifier, Hash and Construction (#1288)
* Added examples for construction, account and hash API's

* docs: cleaned up OpenAPI.yaml for consistency with all the examples (#1282)

* Added examples for missing API's

* fix the hash example for v1/block/{hash}

* Fixed examples for string types

* Updated examples to follow yaml syntax

* Examples for Rosetta and Smart contracts

* Reframed a sentence
2022-08-24 16:26:06 -05:00

28 lines
494 B
JSON

{
"network_identifier": {
"blockchain": "stacks",
"network": "mainnet"
},
"operations": [
{
"operation_identifier": {
"index": 0,
"network_index": 0
},
"related_operations": [
{
"index": 0,
"network_index": 0
}
],
"type": "stack_stx",
"status": "success",
"account": {
"address": "STB44HYPYAT2BB2QE513NSP81HTMYWBJP02HPGK6",
"metadata": {}
}
}
]
}