CEP_Account.setBlockchain()
With this method you can set the blockchain where you create and search your certificates.
Function Signature
setBlockchain(blockchain)
Parameters
Parameter Name
Datatype
blockchain
String
Example
const Address = 'your-wallet-address';
let account = new CEP_Account();
account.setBlockchain("blockchain_address");
Last updated