Class BlockWithReceipts
-
- All Implemented Interfaces:
-
com.swmansion.starknet.data.types.Block,com.swmansion.starknet.data.types.StarknetResponse
@Serializable() public class BlockWithReceipts implements Block
-
-
Field Summary
Fields Modifier and Type Field Description private final List<TransactionWithReceipt>transactionsWithReceiptsprivate 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<TransactionWithReceipt>getTransactionsWithReceipts()-
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
-
getTransactionsWithReceipts
abstract List<TransactionWithReceipt> getTransactionsWithReceipts()
-
-
-
-