aboutsummaryrefslogtreecommitdiffstats
path: root/packages/abi-gen-templates/partials/typed_params.handlebars
diff options
context:
space:
mode:
Diffstat (limited to 'packages/abi-gen-templates/partials/typed_params.handlebars')
-rw-r--r--packages/abi-gen-templates/partials/typed_params.handlebars3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/abi-gen-templates/partials/typed_params.handlebars b/packages/abi-gen-templates/partials/typed_params.handlebars
new file mode 100644
index 000000000..c100e58f7
--- /dev/null
+++ b/packages/abi-gen-templates/partials/typed_params.handlebars
@@ -0,0 +1,3 @@
+{{#each inputs}}
+ {{name}}: {{#parameterType type components}}{{/parameterType}},
+{{/each}}