Package io.seald.seald_sdk
Class GetSigchainResponse
-
- All Implemented Interfaces:
public final class GetSigchainResponseRepresents the results of a call to SealdSDK.getSigchainHash.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringsigchainHashprivate final Integerposition
-
Constructor Summary
Constructors Constructor Description GetSigchainResponse(String sigchainHash, Integer position)
-
Method Summary
Modifier and Type Method Description final StringgetSigchainHash()final IntegergetPosition()The position in the sigchain of the returned hash. -
-
Method Detail
-
getSigchainHash
final String getSigchainHash()
-
getPosition
final Integer getPosition()
The position in the sigchain of the returned hash.
-
-
-
-