regenerateWallet
Allow to regenerate wallet from SDK, this function is design to frontend implementation.
It helps to create a new wallet in a signup request, after logout process .
Usage
import { BcodeSDK } from "@bcode-tech/bcode-sdk";
const fun = () => {
const sdk = new BcodeSDK({
apiKey: "your-api-key",
config: { env: "MUMBAI" },
});
sdk.regenerateWallet();
};
Returns
No data returned.