Interface Block
-
- All Implemented Interfaces:
-
com.swmansion.starknet.data.types.StarknetResponse
public interface Block implements StarknetResponse
-
-
Method Summary
Modifier and Type Method Description abstract IntegergetTimestamp()abstract FeltgetSequencerAddress()abstract IntegergetBlockNumber()abstract ResourcePricegetL1GasPrice()abstract ResourcePricegetL2GasPrice()abstract ResourcePricegetL1DataGasPrice()abstract L1DAModegetL1DataAvailabilityMode()abstract StringgetStarknetVersion()-
-
Method Detail
-
getTimestamp
abstract Integer getTimestamp()
-
getSequencerAddress
abstract Felt getSequencerAddress()
-
getBlockNumber
abstract Integer getBlockNumber()
-
getL1GasPrice
abstract ResourcePrice getL1GasPrice()
-
getL2GasPrice
abstract ResourcePrice getL2GasPrice()
-
getL1DataGasPrice
abstract ResourcePrice getL1DataGasPrice()
-
getL1DataAvailabilityMode
abstract L1DAMode getL1DataAvailabilityMode()
-
getStarknetVersion
abstract String getStarknetVersion()
-
-
-
-