Class BlockWithTransactionHashes
-
- All Implemented Interfaces:
-
com.swmansion.starknet.data.types.Block
,com.swmansion.starknet.data.types.StarknetResponse
@Serializable() public class BlockWithTransactionHashes implements Block
-
-
Field Summary
Fields Modifier and Type Field Description private final List<Felt>
transactionHashes
private final Integer
timestamp
private final Felt
sequencerAddress
private final Felt
parentHash
private final ResourcePrice
l1GasPrice
private final ResourcePrice
l2GasPrice
private final ResourcePrice
l1DataGasPrice
private final L1DAMode
l1DataAvailabilityMode
private final String
starknetVersion
-
Method Summary
Modifier and Type Method Description abstract List<Felt>
getTransactionHashes()
-
Methods inherited from class com.swmansion.starknet.data.types.Block
getL1DataAvailabilityMode, getL1DataGasPrice, getL1GasPrice, getL2GasPrice, getParentHash, getSequencerAddress, getStarknetVersion, getTimestamp
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getTransactionHashes
abstract List<Felt> getTransactionHashes()
-
-
-
-