CEP_Account.setBlockchain()

With this method you can set the blockchain where you create and search your certificates.

Function Signature

public void setBlockchain(String blockchain)

Parameters

Parameter Name
Datatype

blockchain

String

Example

//...
String blockchain = "blockchain_address";
//...

Last updated