Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.01 KB

File metadata and controls

13 lines (10 loc) · 1.01 KB

Key

Properties

Name Type Description Notes
name string Key name. [optional]
pub_key string Public key (bitcoin address when using BIP39 keys). [optional]
status string Key status:<br> `valid`: the key is valid and can be used to sign<br> `expired`: the key expired at `expiration`<br> `revoked`: the key was revoked at `revokedAt` [optional]
expiration int Key expiration date (Unix ms timestamp). <br>Note that this property is not returned if the key has no expiration date. [optional]
revoked_at int Key revocation date (Unix ms timestamp). <br>Note that this property is not returned if the key is not yet revoked. [optional]

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