DAN
Read more about Distributed Keys here
import { danSDK } from "@biconomy/account"
const danSessionKeyPayload = await danSDK.generateSessionKey(...options);
const signature = await danSDK.signMessage("My message", ...moreOptions);
Read more about Distributed Keys here
import { danSDK } from "@biconomy/account"
const danSessionKeyPayload = await danSDK.generateSessionKey(...options);
const signature = await danSDK.signMessage("My message", ...moreOptions);