> 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/ethereum/bridge-section/stakingrelayverifier.md).

# StakingRelayVerifier

#### **`verify_relay_staker_addres`**

Emits the event for verifying relayer address.

```
function verify_relay_staker_address(int8 workchain_id, uint256 address_body) external
```

**Parameters:**

| Name          | Type    | Description               |
| ------------- | ------- | ------------------------- |
| workchain\_id | int8    | Id of the workchain       |
| address\_body | uint256 | Address body of the relay |

**Events emitted:**

* RelayAddressVerified
