aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/contract_templates/partials/return_type.handlebars
blob: 268ad15f7c0cc8991f07d377877dbf70d3faed49 (plain) (blame)
1
2
3
4
5
6
{{#singleReturnValue}}
{{#returnType outputs.0.type outputs.0.components}}{{/returnType}}
{{/singleReturnValue}}
{{^singleReturnValue}}
[{{#each outputs}}{{#returnType type components}}{{/returnType}}{{#unless @last}}, {{/unless}}{{/each}}]
{{/singleReturnValue}}