![JAR search and dependency download from the Maven repository](/logo.png)
com.jingtum.model.AccountClass Maven / Gradle / Ivy
/**
*
*/
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