CEP_Account.set_network()

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

Function Signature

def set_network(network)

Parameters

Parameter Name
Datatype

network

String

Example

#...
account.set_network("mainnet") # chose between testnet, devnet and mainnet
#...

Last updated