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>transactionHashesprivate final Integertimestampprivate final FeltsequencerAddressprivate final IntegerblockNumberprivate final ResourcePricel1GasPriceprivate final ResourcePricel2GasPriceprivate final ResourcePricel1DataGasPriceprivate final L1DAModel1DataAvailabilityModeprivate final StringstarknetVersion
-
Method Summary
Modifier and Type Method Description abstract List<Felt>getTransactionHashes()-
Methods inherited from class com.swmansion.starknet.data.types.Block
getBlockNumber, getL1DataAvailabilityMode, getL1DataGasPrice, getL1GasPrice, getL2GasPrice, 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()
-
-
-
-