With this method you can clear the variables of the class.
close()
const Address = 'your-wallet-address'; let account = new CEP_Account(); //... account.close(); //...
Last updated 11 days ago