Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.23 KB

ChainCreate.md

File metadata and controls

13 lines (9 loc) · 1.23 KB

ChainCreate

Properties

Name Type Description Notes
external_ids list[str] Tags that can be used to identify your chain. You can search for records that contain a particular external_id using Connect. You must send External IDs in Base64 format.
content str This is the data that will make up the first entry in your new chain. It is customary to use this space to describe the entries that are to follow in the chain. You must send the content field in Base64 format.
callback_url str The URL where you would like to receive the callback from Connect. If this is not specified, callbacks will not activate. [optional]
callback_stages list[str] The stages that you would like to trigger a callback from Connect. This list can include any or all of the three stages: `replicated`, `factom`, and `anchored`. If callbacks are activated and this field is not sent, it will default to `factom` and `anchored` [optional]

[Back to Model list] [Back to API list] [Back to README]