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