class SealdGetSigchainResponse
objc
@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.
Members | Descriptions |
---|---|
sigchainHash | The sigchain hash. |
position | The position of the associated hash in the sigchain |
sigchainHash
objc
@property (strong, readonly) NSString * sigchainHash;
The sigchain hash.
position
objc
@property (assign, readonly) long position;
The position of the associated hash in the sigchain