public class GenericBlockResponse
extends java.lang.Object
| 限定符和类型 | 字段和说明 |
|---|---|
java.lang.String |
blockHash |
java.math.BigInteger |
blockNumber |
java.lang.String |
parentBlockHash |
java.math.BigInteger |
timestamp |
java.util.List<GenericTransactionResponse> |
transactions |
| 构造器和说明 |
|---|
GenericBlockResponse() |
@SerializedName(value="block_number") public java.math.BigInteger blockNumber
@SerializedName(value="block_hash") public java.lang.String blockHash
@SerializedName(value="parent_block_hash") public java.lang.String parentBlockHash
public java.math.BigInteger timestamp
public java.util.List<GenericTransactionResponse> transactions