Class NotSyncingResponse
-
- All Implemented Interfaces:
-
com.swmansion.starknet.data.types.StarknetResponse
@Serializable(with = NotSyncingResponseSerializer.class) public final class NotSyncingResponse extends Syncing
-
-
Field Summary
Fields Modifier and Type Field Description private final Booleanstatusprivate final FeltstartingBlockHashprivate final IntegerstartingBlockNumberprivate final FeltcurrentBlockHashprivate final IntegercurrentBlockNumberprivate final FelthighestBlockHashprivate final IntegerhighestBlockNumber
-
Constructor Summary
Constructors Constructor Description NotSyncingResponse(Boolean status)
-
Method Summary
Modifier and Type Method Description BooleangetStatus()FeltgetStartingBlockHash()IntegergetStartingBlockNumber()FeltgetCurrentBlockHash()IntegergetCurrentBlockNumber()FeltgetHighestBlockHash()IntegergetHighestBlockNumber()-
-
Constructor Detail
-
NotSyncingResponse
NotSyncingResponse(Boolean status)
-
-
Method Detail
-
getStartingBlockHash
Felt getStartingBlockHash()
-
getStartingBlockNumber
Integer getStartingBlockNumber()
-
getCurrentBlockHash
Felt getCurrentBlockHash()
-
getCurrentBlockNumber
Integer getCurrentBlockNumber()
-
getHighestBlockHash
Felt getHighestBlockHash()
-
getHighestBlockNumber
Integer getHighestBlockNumber()
-
-
-
-