All Downloads are FREE. Search and download functionalities are using the official Maven repository.

core.src.api.EventsResource.mustache Maven / Gradle / Ivy

There is a newer version: 4.8.4
Show newest version
package {{packageName}}.core.{{contractName}}

{{#eventImports}}
    {{import}}
{{/eventImports}}
{{#modelImports}}
    {{import}}
{{/modelImports}}
import org.web3j.openapi.core.SubResource
import javax.annotation.processing.Generated
import javax.ws.rs.Path

{{#contractDetails}}
@Generated
interface {{capitalizedContractName}}Events : SubResource {
{{/contractDetails}}
{{#contractResources.eventResources}}
    {{{path}}}
    {{resource}} : {{{returnType}}}

{{/contractResources.eventResources}}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy