aboutsummaryrefslogblamecommitdiffstats
path: root/packages/0x.js/contract_templates/partials/return_type.handlebars
blob: 383961a40fe35cc6ad696935489f1441564d2f8c (plain) (tree)
1
2
3
4
5
6
                      
                                             

                      
                                                                                             
                      
{{#singleReturnValue}}
{{#returnType outputs.0.type}}{{/returnType}}
{{/singleReturnValue}}
{{^singleReturnValue}}
[{{#each outputs}}{{#returnType type}}{{/returnType}}{{#unless @last}}, {{/unless}}{{/each}}]
{{/singleReturnValue}}