com.jingtum.model.BaseWallet Maven / Gradle / Ivy
The newest version!
/**
*
*/
package com.jingtum.model;
import com.jingtum.net.APIProxy;
/**
* @author jzhao
*
*/
public class BaseWallet{
protected String address;
protected String secret;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy