CEP_Account.open()

With this method you can set the account to use for next operations.

Function Signature

def open(address)

Parameters

Parameter Name
Datatype

address

String

Example

from circular_enterprise_apis import CEP_Account

account = CEP_Account()
account.open('your_account_address')

#...

Last updated