UNPKG
@typechain/web3-v1
Version:
beta (1.0.0-beta1)
latest (6.0.7)
6.0.7
6.0.6
6.0.5
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
5.0.0
4.0.0
3.1.0
3.0.0
2.2.0
2.1.0
2.0.0
1.0.0
1.0.0-beta1
1.0.0-beta
🔌 TypeChain target for Web3-v1
github.com/ethereum-ts/Typechain
ethereum-ts/Typechain
@typechain/web3-v1
/
dist
/
codegen
/
index.d.ts
3 lines
(2 loc)
•
99 B
TypeScript
View Raw
1
2
3
import
{
Contract
}
from
'typechain'
;
export
declare
function
codegen
(
contract
:
Contract
):
string
;