Package io.seald.seald_sdk
Class CheckSigchainResponse
-
- All Implemented Interfaces:
public final class CheckSigchainResponseRepresents the results of a call to SealdSDK.checkSigchainHash.
-
-
Constructor Summary
Constructors Constructor Description CheckSigchainResponse(Boolean found, Integer position, Integer lastPosition)
-
Method Summary
Modifier and Type Method Description final BooleangetFound()A boolean set to true if the expected hash was found, false otherwise. final IntegergetPosition()The position in the sigchain where the expected hash was found. final IntegergetLastPosition()The position of the last transaction in the sigchain. -
-
Method Detail
-
getFound
final Boolean getFound()
A boolean set to true if the expected hash was found, false otherwise.
-
getPosition
final Integer getPosition()
The position in the sigchain where the expected hash was found.
-
getLastPosition
final Integer getLastPosition()
The position of the last transaction in the sigchain.
-
-
-
-