Skip to Content

@cfxdevkit/react


@cfxdevkit/react / ReadContractOptions

Interface: ReadContractOptions

Defined in: hooks/useContract.ts:28

Extended by

Properties

abi

abi: unknown[]

Defined in: hooks/useContract.ts:30


address

address: string

Defined in: hooks/useContract.ts:29


args?

optional args: unknown[]

Defined in: hooks/useContract.ts:32


chain

chain: ChainType

Defined in: hooks/useContract.ts:33


functionName

functionName: string

Defined in: hooks/useContract.ts:31