> For the complete documentation index, see [llms.txt](https://docs.octusbridge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.octusbridge.io/integrate/octus-bridge-contracts/everscale/utils-section/dummyround.md).

# DummyRound

#### **`addRelays`**

Adds the number of new relayers as provided in method parameter.

```
function addRelays(uint count) external
```

**Parameters:**

| Name  | Type | Description                   |
| ----- | ---- | ----------------------------- |
| count | uint | Number of new relayers to add |

#### **`relayKeys`**

Gets the public keys of all the relayers.

```
function relayKeys() public view responsible returns (uint256[])
```

**Return value:**

| Type       | Description                 |
| ---------- | --------------------------- |
| uint256\[] | Public keys of the relayers |
