With this method you can set the account to use for next operations.
public boolean open(String address)
address
String
import circular.enterprise.apis.*; //... String walletAddress = "your_wallet_address"; account = new CEPAccount(); account.open(walletAddress); //...
Last updated 10 days ago