Uses of Class
org.starcoin.types.HashValue
-
Packages that use HashValue Package Description org.starcoin.types org.starcoin.types.event -
-
Uses of HashValue in org.starcoin.types
Fields in org.starcoin.types declared as HashValue Modifier and Type Field Description HashValueBlockMetadata.Builder. parent_hashHashValueBlockMetadata. parent_hashMethods in org.starcoin.types that return HashValue Modifier and Type Method Description static HashValueHashValue. bcsDeserialize(byte[] input)HashValueHashValue.Builder. build()static HashValueHashValue. deserialize(Deserializer deserializer)static HashValueHashValue. sha3Of(byte[] content)static HashValueHashValue. zero()Constructors in org.starcoin.types with parameters of type HashValue Constructor Description BlockMetadata(HashValue parent_hash, Long timestamp, AccountAddress author, Optional<AuthenticationKey> author_auth_key, Long uncles, Long number, ChainId chain_id, Long parent_gas_used) -
Uses of HashValue in org.starcoin.types.event
Fields in org.starcoin.types.event declared as HashValue Modifier and Type Field Description HashValueUpgradeEvent.Builder. package_hashHashValueUpgradeEvent. package_hashConstructors in org.starcoin.types.event with parameters of type HashValue Constructor Description UpgradeEvent(AccountAddress package_address, HashValue package_hash, Long version)
-