Type Alias: ReadContractParameters<abi, functionName, args>
type ReadContractParameters<abi, functionName, args>: UnionEvaluate<Pick<CallArgs, "to">> & ContractFunctionParameters<abi, "pure" | "view", functionName, args, false>;
Type Parameters
Type Parameter | Default type |
---|---|
|
|
|
|
|
|
Defined
@nilfoundation/niljs/src/contract-factory/ContractFactory.ts:416