CEP_Account.set_blockchain()

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

Function Signature

def set_blockchain(blockchain)

Parameters

Parameter Name
Datatype

blockchain

String

Example

#...
blockchain = 'blockchain-address'
account.set_blockchain(blockchain)
#...

Last updated