We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e381b1f + 04395fd commit a702d21Copy full SHA for a702d21
packages/wrapped-keys/src/lib/types.ts
@@ -61,6 +61,8 @@ export type GetEncryptedKeyDataParams = BaseApiParams & {
61
* @property { string } memo A (typically) user-provided descriptor for the encrypted private key
62
* @property { string } id The unique identifier (UUID V4) of the encrypted private key
63
* @property { LIT_NETWORKS_KEYS } litNetwork The LIT network that the client who stored the key was connected to
64
+ * @property { string } [updatedAt] ISO 8601 timestamp of when the key was last updated
65
+ * @property { WrappedKeyVersion[] } [versions] Array of historical versions of this key after update operations
66
*/
67
export interface StoredKeyMetadata {
68
publicKey: string;
0 commit comments