File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -315,20 +315,6 @@ export const contractFunctionBind = function bind<
315
315
return bound
316
316
}
317
317
318
- // type NeverSignature<Signature extends UnknownFunction> = (
319
- // this: ThisParameterType<Signature>,
320
- // ...args: Parameters<Signature>
321
- // ) => never
322
- //
323
- // // MUDO remove: it does not add anything
324
- // export type AbstractContractFunction<
325
- // ContractSignature extends UnknownFunction,
326
- // ContractLocation extends GeneralLocation
327
- // > =
328
- // NeverSignature<ContractSignature> extends ContractSignature
329
- // ? ContractSignature & BaseContractFunction<ContractSignature, ContractLocation>
330
- // : never
331
-
332
318
export interface FunctionContractKwargs < Signature extends UnknownFunction > {
333
319
post ?: Postcondition < Signature > [ ]
334
320
}
You can’t perform that action at this time.
0 commit comments