Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 1.09 KB

ChainCreate.md

File metadata and controls

11 lines (8 loc) · 1.09 KB

HarmonyConnectClient.ChainCreate

Properties

Name Type Description Notes
externalIds [String] 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 String 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.
callbackUrl String The URL where you would like to receive the callback from Connect. If this is not specified, callbacks will not activate. [optional]
callbackStages [String] 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]