| 程序包 | 说明 |
|---|---|
| org.starcoin.types |
| 限定符和类型 | 字段和说明 |
|---|---|
ChainId |
BlockMetadata.chain_id |
ChainId |
BlockMetadata.Builder.chain_id |
ChainId |
RawUserTransaction.chain_id |
ChainId |
RawUserTransaction.Builder.chain_id |
| 限定符和类型 | 方法和说明 |
|---|---|
static ChainId |
ChainId.bcsDeserialize(byte[] input) |
ChainId |
ChainId.Builder.build() |
static ChainId |
ChainId.deserialize(Deserializer deserializer) |
| 构造器和说明 |
|---|
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) |
Copyright © 2021. All rights reserved.