Type Alias: ReadContractReturnType<abi, functionName, args>
type ReadContractReturnType<abi, functionName, args>: ContractFunctionReturnType<abi, "pure" | "view", functionName, args>;
Type Parameters
Type Parameter | Default type |
---|---|
|
|
|
|
|
|
Defined
@nilfoundation/niljs/src/types/utils.ts:87