You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
description: Submit a pre-signed transaction to the node.
2331
+
description: Submit a pre-signed transaction to the node. The examples below are illustrative only. You'll need to use your wallet to generate actual values to use them in the request payload.
summary: Generate an Unsigned Transaction and Signing Payloads
2350
2359
operationId: rosetta_construction_payloads
2351
-
description: Generate and unsigned transaction from operations and metadata
2360
+
description: Generate an unsigned transaction from operations and metadata. The examples below are illustrative only. You'll need to use your wallet to generate actual values to use them in the request payload.
summary: Create Network Transaction from Signatures
2377
2388
operationId: rosetta_construction_combine
2378
-
description: Take unsigned transaction and signature, combine both and return signed transaction
2389
+
description: Take unsigned transaction and signature, combine both and return signed transaction. The examples below are illustrative only. You'll need to use your wallet to generate actual values to use them in the request payload.
summary: Non fungible tokens metadata for contract ID
3226
+
deprecated: true
3213
3227
description: Retrieves metadata for non fungible tokens for a given contract id. More information on Non-Fungible Tokens on the Stacks blockchain can be found [here](https://docs.stacks.co/write-smart-contracts/tokens#non-fungible-tokens-nfts).
0 commit comments