aboutsummaryrefslogtreecommitdiffstats
path: root/packages/abi-gen-templates/partials/call.handlebars
diff options
context:
space:
mode:
Diffstat (limited to 'packages/abi-gen-templates/partials/call.handlebars')
-rw-r--r--packages/abi-gen-templates/partials/call.handlebars3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/abi-gen-templates/partials/call.handlebars b/packages/abi-gen-templates/partials/call.handlebars
new file mode 100644
index 000000000..7c9c934c3
--- /dev/null
+++ b/packages/abi-gen-templates/partials/call.handlebars
@@ -0,0 +1,3 @@
+public {{this.tsName}} = {
+ {{> callAsync}}
+};