Package org.starcoin.types
Class BlockMetadata.Builder
java.lang.Object
org.starcoin.types.BlockMetadata.Builder
- Enclosing class:
- BlockMetadata
public static final class BlockMetadata.Builder extends Object
-
Field Summary
Fields Modifier and Type Field Description AccountAddressauthorOptional<AuthenticationKey>author_auth_keyChainIdchain_idLongnumberLongparent_gas_usedHashValueparent_hashLongtimestampLonguncles -
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description BlockMetadatabuild()
-
Field Details
-
parent_hash
-
timestamp
-
author
-
author_auth_key
-
uncles
-
number
-
chain_id
-
parent_gas_used
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
-