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
/
functions.d.ts
4 lines
(3 loc)
•
186 B
TypeScript
View Raw
1
2
3
4
import
{
Dictionary
}
from
'ts-essentials'
;
import
{
FunctionDeclaration
}
from
'typechain'
;
export
declare
function
codegenForFunctions
(
fns
:
Dictionary
<
FunctionDeclaration
[]>
):
string
;