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

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

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

/**
 * Created by yifan on 11/29/16.
 */
public class CounterParty extends JingtumObject{
    private String account;
    private int seq;
    private String hash;
    public int getSeq() {
        return seq;
    }
    public String getAccount() {
        return account;
    }
    public String getHash() {
        return hash;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy