Skip to content

Commit e9f61af

Browse files
committed
rm unused type
1 parent 1177384 commit e9f61af

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/BaseFunctionContract.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ export interface BaseContractFunctionProperties<BFC extends BaseFunctionContract
5656
contract: BFC
5757
}
5858

59-
export type ContractSignature<BFC extends BaseFunctionContract<UnknownFunction, GeneralLocation>> =
60-
BFC extends BaseFunctionContract<infer CS, GeneralLocation> ? CS : never
61-
6259
/* NOTE: In principle, one generic parameter `BFC extends BaseFunctionContract<UnknownFunction, GeneralLocation` should
6360
suffice. From that we can infer the `ContractSignature` with
6461
```

0 commit comments

Comments
 (0)