> For the complete documentation index, see [llms.txt](https://developers.polymath.network/polymath/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.polymath.network/polymath/api/securitytokenregistrymock.md).

# Registry contract for issuers to register their security tokens (SecurityTokenRegistryMock.sol)

View Source: [contracts/mocks/SecurityTokenRegistryMock.sol](https://github.com/PolymathNetwork/polymath-core/tree/096ba240a927c98e1f1a182d2efee7c4c4c1dfc5/contracts/mocks/SecurityTokenRegistryMock.sol)

**↗ Extends:** [**SecurityTokenRegistry**](https://github.com/PolymathNetwork/polymath-core/tree/096ba240a927c98e1f1a182d2efee7c4c4c1dfc5/docs/api/SecurityTokenRegistry.md)

**SecurityTokenRegistryMock**

## Contract Members

**Constants & Variables**

```javascript
uint256 public someValue;
```

## Functions

* [changeTheFee(uint256 \_newFee)](/polymath/api/securitytokenregistrymock.md#changethefee)
* [configure(uint256 \_someValue)](/polymath/api/securitytokenregistrymock.md#configure)

### changeTheFee

```javascript
function changeTheFee(uint256 _newFee) public nonpayable
```

**Arguments**

| Name     | Type    | Description |
| -------- | ------- | ----------- |
| \_newFee | uint256 |             |

### configure

```javascript
function configure(uint256 _someValue) public nonpayable
```

**Arguments**

| Name        | Type    | Description |
| ----------- | ------- | ----------- |
| \_someValue | uint256 |             |
