irita.sdk.constant.enums.BroadcastMode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of irita-sdk Show documentation
Show all versions of irita-sdk Show documentation
Irita open alliance chain SDK (java)
package irita.sdk.constant.enums;
public enum BroadcastMode {
Sync,
Async,
Commit,
}