public class GetTransactionInfoResponse
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.Integer |
reject_reason |
org.nervos.ckb.type.transaction.TransactionWithStatus.Status |
status |
TransactionInfoResponse |
transaction |
| Constructor and Description |
|---|
GetTransactionInfoResponse() |
public TransactionInfoResponse transaction
public org.nervos.ckb.type.transaction.TransactionWithStatus.Status status
public java.lang.Integer reject_reason