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

com.yanxisir.neb.bean.NebStateResp Maven / Gradle / Ivy

There is a newer version: 0.0.6
Show newest version
package com.yanxisir.neb.bean;

import com.alibaba.fastjson.annotation.JSONField;
import lombok.Data;

import java.io.Serializable;

/**
 * @author YanxiSir
 * @since 2018/5/18
 */
@Data
public class NebStateResp implements Serializable {

    @JSONField(name = "chain_id")
    private Integer chainId;
    private String tail;
    private String lib;
    private Integer height;
    @JSONField(name = "protocol_version")
    private String protocolVersion;
    @JSONField(name = "synchronized")
    private Boolean sync;
    private String version;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy