@cfxdevkit/react / WriteContractOptions
Interface: WriteContractOptions
Defined in: hooks/useContract.ts:36
Extends
Properties
abi
abi:
unknown[]
Defined in: hooks/useContract.ts:30
Inherited from
address
address:
string
Defined in: hooks/useContract.ts:29
Inherited from
args?
optionalargs:unknown[]
Defined in: hooks/useContract.ts:32
Inherited from
chain
chain:
ChainType
Defined in: hooks/useContract.ts:33
Inherited from
functionName
functionName:
string
Defined in: hooks/useContract.ts:31
Inherited from
ReadContractOptions.functionName
value?
optionalvalue:string
Defined in: hooks/useContract.ts:37