Uses of Class
org.starcoin.types.AuthenticationKey
-
Packages that use AuthenticationKey Package Description org.starcoin.types -
-
Uses of AuthenticationKey in org.starcoin.types
Fields in org.starcoin.types declared as AuthenticationKey Modifier and Type Field Description static AuthenticationKeyAuthenticationKey. DUMMY_KEYFields in org.starcoin.types with type parameters of type AuthenticationKey Modifier and Type Field Description Optional<AuthenticationKey>BlockMetadata. author_auth_keyOptional<AuthenticationKey>BlockMetadata.Builder. author_auth_keyMethods in org.starcoin.types that return AuthenticationKey Modifier and Type Method Description static AuthenticationKeyTransactionAuthenticator. authenticationKey(TransactionAuthenticator transactionAuthenticator)static AuthenticationKeyAuthenticationKey. bcsDeserialize(byte[] input)AuthenticationKeyAuthenticationKey.Builder. build()static AuthenticationKeyAuthenticationKey. deserialize(Deserializer deserializer)Constructor parameters in org.starcoin.types with type arguments of type AuthenticationKey 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, List<HashValue> parents_hash)
-