Variable paramsValidatorsConst

paramsValidators: {
    decryptFile: ((params: DecryptFileProps) => boolean);
    decryptFromIpfs: ((params: DecryptFromIpfsProps) => boolean);
    decryptString: ((params: any) => boolean);
    decryptZip: ((params: any) => boolean);
    decryptZipFileWithMetadata: ((params: DecryptZipFileWithMetadataProps) => boolean);
    encryptFileAndZipWithMetadata: ((params: EncryptFileAndZipWithMetadataProps) => boolean);
    encryptToIpfs: ((params: EncryptToIpfsProps) => boolean);
    executeJs: ((params: ExecuteJsProps) => boolean);
    getEncryptionKey: ((params: JsonEncryptionRetrieveRequest) => boolean);
    saveEncryptionKey: ((params: JsonSaveEncryptionKeyRequest) => boolean);
} = ...

Type declaration

Generated using TypeDoc