functionland / fula-archived

Client-server stack for Web3! Turn your Raspberry Pi to a BAS server in minutes and enjoy the freedom of decentralized Web with a superior user experience!
https://fx.land
MIT License
4 stars 0 forks source link

DID object type is not defined #226

Open ghorbani-m opened 2 years ago

ghorbani-m commented 2 years ago
const fulaDID = new FulaDID();
await fulaDID.create("password", "any signature");

FulaDID type contains an object called did that its type is any. Also other methods return Promise<any> , like TaggedEncryption.encrypt and TaggedEncryption.decrypt