Interface PreConfirmedBlock
-
- All Implemented Interfaces:
-
com.swmansion.starknet.data.types.Block
,com.swmansion.starknet.data.types.StarknetResponse
public interface PreConfirmedBlock implements Block
Represents a pre-confirmed block.
Corresponds to the
PRE_CONFIRMED_BLOCK_HEADER
schema defined in the JSON-RPC spec.
-
-
Method Summary
Modifier and Type Method Description -
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
-
-