CheckSigchainResponse
data class CheckSigchainResponse(val found: Boolean, val position: Int, val lastPosition: Int)
Represents the results of a call to SealdSDK.checkSigchainHash.
Constructors
| CheckSigchainResponse | constructor(found: Boolean, position: Int, lastPosition: Int) |
Properties
| Name | Summary |
|---|---|
| found | val found: Boolean A boolean set to true if the expected hash was found, false otherwise. |
| lastPosition | val lastPosition: Int The position of the last transaction in the sigchain. |
| position | val position: Int The position in the sigchain where the expected hash was found. |