io.neow3j.devpack.events.Event4Args 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 Event4Args implements EventInterface {
public native void fire(T1 arg1, T2 arg2, T3 arg3, T4 arg4);
}