With this method you can set the account to use for next operations.
def open(address)
address
String
from circular_enterprise_apis import CEP_Account account = CEP_Account() account.open('your_account_address') #...
Last updated 11 days ago