com.yanxisir.neb.bean.SendTxWithPhraseResp Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of neb-call Show documentation
Show all versions of neb-call Show documentation
A http toolkit for nebulas
package com.yanxisir.neb.bean;
import com.alibaba.fastjson.annotation.JSONField;
import lombok.Data;
import java.io.Serializable;
/**
* @author YanxiSir
* @since 2018/5/21
*/
@Data
public class SendTxWithPhraseResp implements Serializable {
private String hash;
/**
* returns only for deploy contract transaction.
*/
@JSONField(name = "contract_address")
private String contractAddress;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy