Uses of Class
org.starcoin.types.ChainId
| Package | Description |
|---|---|
| org.starcoin.types |
-
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_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)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)