Skip to content

class SealdCheckSigchainResponse ​

objc
@interface SealdCheckSigchainResponse : NSObject

SealdCheckSigchainResponse is returned when calling checkSigchainHashWithUserId:expectedHash:position:error: (SealdSdk) containing if the hash was found in the sigchain or not.

If the hash was found, it also contain at which position it was found. 0 otherwise.

MembersDescriptions
foundWhether or not the hash was found in the user's sigchain.
positionThe position in the sigchain where the expected hash was found
lastPositionThe number of transaction in the sigchain

found ​

objc
@property (assign, readonly) BOOL found;

Whether or not the hash was found in the user's sigchain.

position ​

objc
@property (assign, readonly) NSInteger position;

The position in the sigchain where the expected hash was found

lastPosition ​

objc
@property (assign, readonly) NSInteger lastPosition;

The number of transaction in the sigchain