GetSigchainResponse
data class GetSigchainResponse(val sigchainHash: String, val position: Int)
Represents the results of a call to SealdSDK.getSigchainHash.
Constructors
| GetSigchainResponse | constructor(sigchainHash: String, position: Int) |
Properties
| Name | Summary |
|---|---|
| position | val position: Int The position in the sigchain of the returned hash. |
| sigchainHash | val sigchainHash: String |