# OptionsType

> **OptionsType** = `object`

Defined in: [packages/synapse-sdk/src/pdp/verifier.ts:29](https://github.com/FilOzone/synapse-sdk/blob/6cf8b3ed2dd3ae76ed05cb86995d711a08a298a6/packages/synapse-sdk/src/pdp/verifier.ts#L29)

## Properties

### address?

> `optional` **address**: `Address`

Defined in: [packages/synapse-sdk/src/pdp/verifier.ts:33](https://github.com/FilOzone/synapse-sdk/blob/6cf8b3ed2dd3ae76ed05cb86995d711a08a298a6/packages/synapse-sdk/src/pdp/verifier.ts#L33)

The address of the PDPVerifier contract. If not provided, the default is the PDPVerifier contract address for the chain.

***

### client

> **client**: `Client`\<`Transport`, `Chain`\>

Defined in: [packages/synapse-sdk/src/pdp/verifier.ts:31](https://github.com/FilOzone/synapse-sdk/blob/6cf8b3ed2dd3ae76ed05cb86995d711a08a298a6/packages/synapse-sdk/src/pdp/verifier.ts#L31)

The client to use to interact with the PDPVerifier contract.