getSigchainHashAsync
suspend fun getSigchainHashAsync(userId: String, position: Long = -1): GetSigchainResponse
Get a user's sigchain transaction hash at index position
.
Return
A String containing the hash.
Parameters
userId | The Seald ID of the concerned user. |
position | Get the hash at the given position. -1 to get the last. Default to -1. |
Throws
SealdException |