Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.21 KB

IdentityChain.md

File metadata and controls

16 lines (12 loc) · 1.21 KB

IdentityChain

Properties

Name Type Description Notes
Version string The Identity Chain’s schema version. This details the format of this digital identity. More information about Factom Identity Chain schemas can be seen here.
Stage string The immutability stage that this chain has reached. The identity can be considered in use once it reaches the `factom` stage.
CreatedHeight int32 The block height at which this chain was written into the Factom blockchain. This is `null` if the chain has not reached the `factom` stage. [optional]
ChainId string The Chain ID for this identity chain.
Name []string A unique array of strings that are associated with this identity.
ActiveKeys []IdentityKeyShort Contains the currently active public keys for this identity.
AllKeysHref string An API link to retrieve the keys for this identity.

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