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

com.jingtum.model.AccountClass Maven / Gradle / Ivy

There is a newer version: 1.1.6
Show newest version
/**
 * 
 */
package com.jingtum.model;

/**
 * @author zpli
 * Base account contains the address and the secret
 * and the minimum amount required for an activated
 * account.
 */
public class AccountClass {
	protected static final int MIN_ACTIVATED_AMOUNT = 25;
	protected String address;
	protected String secret;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy