Type alias BaseCallStaticContractMethod<C, MethodName>

BaseCallStaticContractMethod<C, MethodName>: GetField<C["callStatic"], MethodName> extends ((...params) => infer R)
    ? ((...params) => R)
    : never

Type Parameters

Generated using TypeDoc