GetEncryptedKeyDataParams: BaseApiParams & {
    id: string;
}

Fetching a previously persisted key's metadata requires valid pkpSessionSigs and a LIT Node Client instance configured for the appropriate network. You must also provide the unique identifier (id) of the key to be fetched. Ids are returned from listEncryptedKeyMetadata().

Property

The unique identifier (UUID V4) of the encrypted private key

Generated using TypeDoc