Skip to content

CheckSigchainResponse

data class CheckSigchainResponse(val found: Boolean, val position: Int, val lastPosition: Int)

Represents the results of a call to SealdSDK.checkSigchainHash.

Constructors

CheckSigchainResponseconstructor(found: Boolean, position: Int, lastPosition: Int)

Properties

NameSummary
foundval found: Boolean
A boolean set to true if the expected hash was found, false otherwise.
lastPositionval lastPosition: Int
The position of the last transaction in the sigchain.
positionval position: Int
The position in the sigchain where the expected hash was found.