# getGovTokens

This method gets the gov tokens distributed for this IdleToken.

### Function

```solidity
function getGovTokens(
) external view returns (address[] memory);
```

### Return values

<table><thead><tr><th width="289">Value</th><th>Description</th></tr></thead><tbody><tr><td><code>address</code></td><td>An array of governance token addresses</td></tr></tbody></table>
