Skip to content

class SealdGetSigchainResponse

objc
@interface SealdGetSigchainResponse : NSObject
@interface SealdGetSigchainResponse : NSObject

SealdGetSigchainResponse is returned when calling getSigchainHashWithUserId:position:error: (SealdSdk) containing the hash value and the position of the hash in the sigchain.

MembersDescriptions
sigchainHashThe sigchain hash.
positionThe position of the associated hash in the sigchain

sigchainHash

objc
@property (strong, readonly) NSString * sigchainHash;
@property (strong, readonly) NSString * sigchainHash;

The sigchain hash.

position

objc
@property (assign, readonly) long position;
@property (assign, readonly) long position;

The position of the associated hash in the sigchain