Type alias IsViewMethodName<C, MethodName>

IsViewMethodName<C, MethodName>: GetField<C, MethodName> extends ((...params) => Promise<ContractTransaction>)
    ? false
    : true

Type Parameters

Generated using TypeDoc