1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00
squid-js/src/ocean/ServiceAgreements/EventHandler.ts
2018-11-23 09:57:26 +01:00

6 lines
169 B
TypeScript

export default class EventHandler {
public moduleName: string = "accessControl"
public functionName: string = "grantAccess"
public version: string = "0.1"
}