Class GetBlockHashAndNumberResponse
-
- All Implemented Interfaces:
-
com.swmansion.starknet.data.types.StarknetResponse
@Serializable() public final class GetBlockHashAndNumberResponse implements StarknetResponse
-
-
Field Summary
Fields Modifier and Type Field Description private final FeltblockHashprivate final IntegerblockNumber
-
Constructor Summary
Constructors Constructor Description GetBlockHashAndNumberResponse(Felt blockHash, Integer blockNumber)
-
Method Summary
Modifier and Type Method Description final FeltgetBlockHash()final IntegergetBlockNumber()-
-
Method Detail
-
getBlockHash
final Felt getBlockHash()
-
getBlockNumber
final Integer getBlockNumber()
-
-
-
-