CEP_Account.close()
With this method you can clear the variables of the class.
Function Signature
close()
Parameters
Parameter Name
Datatype
Example
const Address = 'your-wallet-address';
let account = new CEP_Account();
//...
account.close();
//...
Last updated