com.yanxisir.neb.bean.TransactionReceiptResp 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;
/**
* @author YanxiSir
* @since 2018/5/19
*/
@Data
public class TransactionReceiptResp extends TransactionReceipt {
@JSONField(name = "execute_error")
private String executeError;
@JSONField(name = "execute_result")
private String executeResult;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy