类 BlockMetadata
java.lang.Object
org.starcoin.types.BlockMetadata
-
嵌套类概要
-
字段概要
-
构造器概要
构造器说明BlockMetadata(HashValue parent_hash, Long timestamp, AccountAddress author, Optional<AuthenticationKey> author_auth_key, Long uncles, Long number, ChainId chain_id, Long parent_gas_used)
-
方法概要
修饰符和类型方法说明static BlockMetadata
bcsDeserialize(byte[] input)
byte[]
static BlockMetadata
deserialize(Deserializer deserializer)
boolean
int
hashCode()
void
serialize(Serializer serializer)
-
字段详细资料
-
parent_hash
-
timestamp
-
author
-
author_auth_key
-
uncles
-
number
-
chain_id
-
parent_gas_used
-
-
构造器详细资料
-
BlockMetadata
public BlockMetadata(HashValue parent_hash, Long timestamp, AccountAddress author, Optional<AuthenticationKey> author_auth_key, Long uncles, Long number, ChainId chain_id, Long parent_gas_used)
-
-
方法详细资料
-
deserialize
-
bcsDeserialize
-
serialize
-
bcsSerialize
-
equals
-
hashCode
public int hashCode()
-