You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are not asking for any ver method id in signClientSpec() method, whereas in sign() we are asking ver method id, why? is it hardcoded like the fist property? Why to ask for address: string; property, instead we should ask for ver_method_id and then fetch walletaddress out of blockchainaccountid right?
Web3 latest version does not work; it works with "web3": "^1.6.0"
Method definition for sign() and signClientSpec() return types are differnt. For sign() we have Promise<ISignedDIDDocument>; whereas for signedClientSpec() we have Promise<{ didDocument: Did; signature: string }>: There should be consistency.
No explanation for ISignedDIDDocument for sign()
Use ether.js in frontend and test as well since most devs uses ether.js
Take entity API key as a param to the SDK, if developer has passed, offlinesigner, then use offlineSigner as primary wallet otherwise, use API to do all on chain activities. This was, developer a) dont have to worry about understanding offline signer, b) The dont have to worry about HID wallet since it will be abstracted out with APIs. They only focus on
understanding doc of JS sdk. Entity API key as optional param in Hypersign SDK #95
Explain about verifiable Relationship
No explanation about clientSpec at all
Explanation of retrun type for generate() is not there. Its just written Promise<object>
Explanation of retrun type for sign() is not there. Its just written Promise<ISignedDIDDocument>
Explanation of retrun type for verify() is not there. Its just written Promise<object>
Explanation of retrun type for resolve() is not there. Its just written Promise<object>
Explanation of retrun type for createByClientSpec() is not there. Its just written Promise<object>
Explanation for IVerificationRelationships is missing
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: