OptionsType
OptionsType =
object
Defined in: packages/synapse-sdk/src/pdp/verifier.ts:29
Properties
Section titled “Properties”address?
Section titled “address?”
optionaladdress:Address
Defined in: packages/synapse-sdk/src/pdp/verifier.ts:33
The address of the PDPVerifier contract. If not provided, the default is the PDPVerifier contract address for the chain.
client
Section titled “client”client:
Client<Transport,Chain>
Defined in: packages/synapse-sdk/src/pdp/verifier.ts:31
The client to use to interact with the PDPVerifier contract.