# 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)
#...
```
