# CEP\_Account.setBlockchain()

### Function Signature

```javascript
setBlockchain(blockchain)
```

### Parameters

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

### Example&#x20;

```javascript
const Address = 'your-wallet-address';

let account = new CEP_Account();

account.setBlockchain("blockchain_address");
```
