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.
Members | Descriptions |
---|---|
found | Whether or not the hash was found in the user's sigchain. |
position | The position in the sigchain where the expected hash was found |
lastPosition | The 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) long position;
The position in the sigchain where the expected hash was found
lastPosition
objc
@property (assign, readonly) long lastPosition;
The number of transaction in the sigchain