Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 626 Bytes

IdentityKeyShortData.md

File metadata and controls

11 lines (8 loc) · 626 Bytes

harmony-connect-client.Model.IdentityKeyShortData

Properties

Name Type Description Notes
Key string The public key.
ActivatedHeight int? The height at which this key became valid. `null` if this is the first key. [optional]
RetiredHeight int? The expiration height of this key. `null` if this is the current key. [optional]

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