io.neow3j.devpack.events.Event2Args Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of devpack Show documentation
Show all versions of devpack Show documentation
neow3j: Java Development Package for Neo Smart Contracts
package io.neow3j.devpack.events;
public class Event2Args implements EventInterface {
public native void fire(T1 arg1, T2 arg2);
}