forked from LIT-Protocol/lit-js-sdk
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdocumentation.yml
53 lines (53 loc) · 1.35 KB
/
documentation.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
toc:
- name: Welcome
description: |
Welcome to the LIT JS SDK API documentation. To understand how these functions fit together, please view the documentation for this SDK, located at https://developer.litprotocol.com/docs/SDK/intro
- LitNodeClient
- name: Static Content - Encryption and decryption utilities
- encryptString
- decryptString
- encryptFile
- decryptFile
- zipAndEncryptString
- zipAndEncryptFiles
- encryptFileAndZipWithMetadata
- decryptZipFileWithMetadata
- encryptZip
- decryptZip
- decryptWithSymmetricKey
- encryptWithSymmetricKey
- name: Dynamic Content - Loading content from a server
- verifyJwt
- name: Authentication Signature Utilities
- checkAndSignAuthMessage
- signAndSaveAuthMessage
- disconnectWeb3
- name: Conversion Utilities
- blobToBase64String
- base64StringToBlob
- uint8arrayToString
- uint8arrayFromString
- fileToDataUrl
- name: Other Utilities
- humanizeAccessControlConditions
- hashUnifiedAccessControlConditions
- name: HTML NFT Utilities
- findLITs
- sendLIT
- createHtmlLIT
- mintLIT
- unlockLitWithKey
- toggleLock
- injectViewerIFrame
- name: Types
- AccessControlCondition
- EVMContractCondition
- SolRpcCondition
- CosmosCondition
- ResourceId
- AuthSig
- name: Chain Info
- LITChain
- LITEVMChain
- LITSVMChain
- name: Misc