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

convex.core.lang.Log Maven / Gradle / Ivy

The newest version!
package convex.core.lang;

/**
 * Constants and utility functionf for CVM log
 * 
 * See CAD33
 */
public class Log {

	public static final int ENTRY_LENGTH = 4;
	
	// Positions of fields in log entries
	public static final int P_ADDRESS=0;
	public static final int P_SCOPE=1;
	public static final int P_LOCATION=2;
	public static final int P_VALUES=3;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy