With this method you can set the blockchain where you create and search your certificates.
setBlockchain(blockchain)
blockchain
String
const Address = 'your-wallet-address'; let account = new CEP_Account(); account.setBlockchain("blockchain_address");
Last updated 11 days ago