class SealdGetSigchainResponse
objc
@interface SealdGetSigchainResponse : NSObjectSealdGetSigchainResponse 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) NSInteger position;The position of the associated hash in the sigchain