Js-sdk Functionalities in Website

Listing some of the functions in index.js using js-sdk methods .

init

Initialize the js-sdk. Utilizes js-sdk init method. Source Code: Link

createWallet

Create Wallet. Utilizes js-sdk createWallet method. Source Code: Link

download

Download File. Utilizes js-sdk download method. Source Code: Link

setWallet

Set Wallet. Utilizes js-sdk setWallet method. Source Code: Link

decodeAuthTicket

Decode AuthTicket. Utilizes js-sdk decodeAuthTicket method. Source Code: Link

listSharedFiles

List all the shared files. Utilizes js-sdk listSharedFiles method.

More comprehensive list of js-sdk functions can be found here in SDK Reference.

Last updated