Uses of Class
org.starcoin.types.ChainId
-
Packages that use ChainId Package Description org.starcoin.types org.starcoin.utils -
-
Uses of ChainId in org.starcoin.types
Fields in org.starcoin.types declared as ChainId Modifier and Type Field Description ChainIdBlockMetadata.Builder. chain_idChainIdBlockMetadata. chain_idChainIdRawUserTransaction.Builder. chain_idChainIdRawUserTransaction. chain_idChainIdSignedMessage.Builder. chain_idChainIdSignedMessage. chain_idMethods in org.starcoin.types that return ChainId Modifier and Type Method Description static ChainIdChainId. bcsDeserialize(byte[] input)ChainIdChainId.Builder. build()static ChainIdChainId. deserialize(Deserializer deserializer)Constructors in org.starcoin.types with parameters of type ChainId 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)RawUserTransaction(AccountAddress sender, Long sequence_number, TransactionPayload payload, Long max_gas_amount, Long gas_unit_price, String gas_token_code, Long expiration_timestamp_secs, ChainId chain_id)SignedMessage(AccountAddress account, SigningMessage message, TransactionAuthenticator authenticator, ChainId chain_id) -
Uses of ChainId in org.starcoin.utils
Methods in org.starcoin.utils with parameters of type ChainId Modifier and Type Method Description static booleanSignatureUtils. signedMessageCheckAccount(SignedMessage signedMessage, ChainId chainId, AccountResource accountResource)
-