public class RawHeader
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
compactTarget |
byte[] |
dao |
long |
epoch |
byte[] |
extraHash |
byte[] |
hash |
long |
number |
byte[] |
parentHash |
byte[] |
proposalsHash |
long |
timestamp |
byte[] |
transactionsRoot |
int |
version |
| Constructor and Description |
|---|
RawHeader() |
| Modifier and Type | Method and Description |
|---|---|
org.nervos.ckb.type.concrete.RawHeader |
pack() |
public byte[] dao
public byte[] hash
public long number
public long epoch
public int compactTarget
public byte[] parentHash
public long timestamp
public byte[] transactionsRoot
public byte[] proposalsHash
public byte[] extraHash
public int version