UNPKG
@typechain/truffle-v5
Version:
beta (1.0.0-beta1)
latest (8.0.7)
8.0.7
8.0.6
8.0.5
8.0.4
8.0.3
8.0.2
8.0.1
8.0.0
7.0.0
6.0.0
5.1.0
5.0.0
4.0.1
4.0.0
3.0.0
2.0.2
2.0.1
2.0.0
1.0.0
1.0.0-beta1
1.0.0-beta
0.9.0
🔌 TypeChain target for Truffle-v5
github.com/ethereum-ts/Typechain
ethereum-ts/Typechain
@typechain/truffle-v5
/
dist
/
codegen
/
contracts.d.ts
4 lines
(3 loc)
•
217 B
TypeScript
View Raw
1
2
3
4
import
{
Contract
,
FunctionDeclaration
}
from
'typechain'
;
export
declare
function
codegenContract
(
contract
:
Contract
):
string
;
export
declare
function
generateOverloadedFunctions
(
fns
:
FunctionDeclaration
[]
):
string
;