@lit-protocol/types
Advanced tools
Comparing version 2.1.105 to 2.1.106
{ | ||
"name": "@lit-protocol/types", | ||
"version": "2.1.105", | ||
"version": "2.1.106", | ||
"type": "commonjs", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -286,3 +286,3 @@ import { SupportedJsonRequests } from './types'; | ||
*/ | ||
saveEncryptionKey(params: JsonSaveEncryptionKeyRequest): Promise<Uint8Array>; | ||
saveEncryptionKey(params: JsonSaveEncryptionKeyRequest): Promise<Uint8Array | undefined>; | ||
/** | ||
@@ -289,0 +289,0 @@ * |
@@ -543,28 +543,1 @@ /** ---------- Access Control Conditions Interfaces ---------- */ | ||
export declare type AuthenticatorAttachment = 'cross-platform' | 'platform'; | ||
/** | ||
* ========== PKP ========== | ||
*/ | ||
export interface PKPBaseProp { | ||
pkpPubKey: string; | ||
rpc: string; | ||
controllerAuthSig?: JsonAuthSig; | ||
controllerSessionSigs?: string; | ||
litNetwork?: any; | ||
debug?: boolean; | ||
litActionCode?: string; | ||
litActionIPFS?: string; | ||
litActionJsParams?: any; | ||
} | ||
export interface PKPEthersWalletProp extends PKPBaseProp { | ||
} | ||
export interface PKPCosmosWalletProp extends PKPBaseProp { | ||
addressPrefix: string | 'cosmos'; | ||
} | ||
export interface PKPClientProp extends PKPBaseProp { | ||
cosmosAddressPrefix?: string | 'cosmos'; | ||
} | ||
export interface PKPBaseDefaultParams { | ||
toSign: Uint8Array; | ||
publicKey: Uint8Array; | ||
sigName: string; | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29552
934