a7c51593e
fe8f2d8d8
fcbe24a12
1 2
3
4
5
export interface {{name}}ContractEventArgs { {{#each inputs}} {{name}}: {{#returnType type components}}{{/returnType}}; {{/each}} }