Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.33 KB

IdentityCreate.md

File metadata and controls

13 lines (9 loc) · 1.33 KB

IdentityCreate

Properties

Name Type Description Notes
Names []string A unique array of strings that together constitute the Identity's name. Each string should be in Base64 format. Note: It is best to avoid adding personally identifiable information to the blockchain.
Keys []string A list of public keys that will be used to verify this Indenty’s signatures. You may initiate an identity with as many keys as you like. The array of keys should be sent in order of priority with 0 being the master key. The keys should be sent as Base58 strings in IdPub 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]

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