# CEP\_Account.update\_account()

### Function Signature

```python
def update_account()
```

### Parameters

| Parameter Name | Datatype |
| -------------- | -------- |
|                |          |

### Example

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