With this method you can set the account to use for next operations.
open(address)
address
String
const Address = 'your-wallet-address'; let account = new CEP_Account(); account.open(Address); //... run();
Last updated 10 days ago