| 程序包 | 说明 |
|---|---|
| org.starcoin.types |
| 限定符和类型 | 字段和说明 |
|---|---|
Optional<AuthenticationKey> |
BlockMetadata.author_auth_key |
Optional<AuthenticationKey> |
BlockMetadata.Builder.author_auth_key |
| 限定符和类型 | 方法和说明 |
|---|---|
static AuthenticationKey |
AuthenticationKey.bcsDeserialize(byte[] input) |
AuthenticationKey |
AuthenticationKey.Builder.build() |
static AuthenticationKey |
AuthenticationKey.deserialize(Deserializer deserializer) |
| 构造器和说明 |
|---|
BlockMetadata(HashValue parent_hash,
Long timestamp,
AccountAddress author,
Optional<AuthenticationKey> author_auth_key,
Long uncles,
Long number,
ChainId chain_id,
Long parent_gas_used) |
Copyright © 2021. All rights reserved.