public class QueryTransactionsResponse
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.math.BigInteger |
nextOffset |
java.math.BigInteger |
totalCount |
java.util.List<TransactionInfoResponse> |
txs |
| Constructor and Description |
|---|
QueryTransactionsResponse() |
public java.util.List<TransactionInfoResponse> txs
@SerializedName(value="total_count") public java.math.BigInteger totalCount
@SerializedName(value="next_offset") public java.math.BigInteger nextOffset