> For the complete documentation index, see [llms.txt](https://circular-protocol.gitbook.io/circular-protocol-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://circular-protocol.gitbook.io/circular-protocol-documentation/developer-tools/enterprise-apis/python/cep_account.set_blockchain.md).

# CEP\_Account.set\_blockchain()

### Function Signature

```python
def set_blockchain(blockchain)
```

### Parameters

| Parameter Name | Datatype |
| -------------- | -------- |
| `blockchain`   | String   |

### Example

```python
#...
blockchain = 'blockchain-address'
account.set_blockchain(blockchain)
#...
```
