CEP_Account.update_account()

With this method you can update the account parameters such as Nonce etc.

Function Signature

def update_account()

Parameters

Parameter Name
Datatype

Example

if account.update_account():
    print(f"Nonce: {account.Nonce}")
    #...
else:
    #...

Last updated