UNPKG
@neo-one/smart-contract-codegen-esnext-esm
Version:
alpha (2.4.1-alpha-8)
latest (2.4.0)
2.4.1-alpha-8
2.4.1-alpha-4
2.4.1-alpha-3
2.4.1-alpha-2
2.4.0
2.3.1
2.3.0
1.2.1
1.1.13
1.1.12
1.1.11
1.1.10
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.3-alpha.0
1.0.2
1.0.0
1.0.0-preview.6
1.0.0-preview.5
1.0.0-preview.4
1.0.0-preview.3
1.0.0-preview.2
1.0.0-preview.1
1.0.0-preview.0
1.0.0-alpha.61
1.0.0-alpha.60
1.0.0-alpha.59
1.0.0-alpha.58
1.0.0-alpha.57
1.0.0-alpha.56
1.0.0-alpha.55
1.0.0-alpha.54
1.0.0-alpha.53
1.0.0-alpha.52
1.0.0-alpha.51
1.0.0-alpha.49
1.0.0-alpha.48
1.0.0-alpha.47
1.0.0-alpha.46
1.0.0-alpha.45
1.0.0-alpha.44
NEO•ONE TypeScript smart contract codegen.
neo-one.io
neo-one-suite/neo-one
@neo-one/smart-contract-codegen-esnext-esm
/
types
/
genSmartContract.js
6 lines
(4 loc)
•
280 B
JavaScript
View Raw
1
2
3
4
5
6
import
{ genSmartContractBase }
from
'./genSmartContractBase'
;
import
{ getSmartContractName }
from
'./getSmartContractName'
;
export
const
genSmartContract
= (
name, abi
) =>
genSmartContractBase
(name,
getSmartContractName
(name), abi);
//# sourceMappingURL=genSmartContract.js.map