UNPKG
@patchworkdev/common
Version:
latest (0.4.1)
next (0.3.0-rc.2)
0.4.1
0.4.0
0.3.2
0.3.1
0.3.0
0.3.0-rc.2
0.3.0-rc.1
0.3.0-rc.0
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.0.1
Patchwork Development Kit
@patchworkdev/common
/
dist
/
codegen
/
generators
/
generalFuncGen.d.ts
7 lines
(6 loc)
•
258 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
ContractSchema
}
from
"../contractSchema"
;
import
{
Generator
}
from
"../generator"
;
export
declare
class
GeneralFuncGen
implements
Generator
{
gen
(
schema
:
ContractSchema
):
string
;
getSupportsInterfaceFunc
(
schema
:
ContractSchema
):
string
; }