Type Alias: GetValue<abi, functionName, valueType, abiFunction, Narrowable>
type GetValue<abi, functionName, valueType, abiFunction, Narrowable>: Narrowable extends true ? abiFunction["stateMutability"] extends "payable" ? object : abiFunction["payable"] extends true ? object : object : object;
Type Parameters
Type Parameter | Default type |
---|---|
| ‐ |
| ‐ |
|
|
|
|
|
|
Defined
@nilfoundation/niljs/src/contract-factory/ContractFactory.ts:296