Class SyncingResponse
-
- All Implemented Interfaces:
-
com.swmansion.starknet.data.types.StarknetResponse
@Serializable() public final class SyncingResponse 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
-
Method Summary
Modifier and Type Method Description BooleangetStatus()FeltgetStartingBlockHash()IntegergetStartingBlockNumber()FeltgetCurrentBlockHash()IntegergetCurrentBlockNumber()FeltgetHighestBlockHash()IntegergetHighestBlockNumber()-
-
Method Detail
-
getStartingBlockHash
Felt getStartingBlockHash()
-
getStartingBlockNumber
Integer getStartingBlockNumber()
-
getCurrentBlockHash
Felt getCurrentBlockHash()
-
getCurrentBlockNumber
Integer getCurrentBlockNumber()
-
getHighestBlockHash
Felt getHighestBlockHash()
-
getHighestBlockNumber
Integer getHighestBlockNumber()
-
-
-
-