> 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/receiver.md).

# Receiver

#### **`fetchRelays`**

Fetches relayers for specified round.

```
function fetchRelays(address roundContract) public
```

**Parameters:**

| Name          | Type    | Description                       |
| ------------- | ------- | --------------------------------- |
| roundContract | address | The address of the round contract |

#### **`receiveRoundRelays`**

Receives the list of keys which represent the round relayers.

```
function receiveRoundRelays(uint[] keys) public
```

**Parameters:**

| Name | Type    | Description                   |
| ---- | ------- | ----------------------------- |
| keys | uint\[] | Public keys of round relayers |
