Skip to content

getSigchainHashAsync

@JvmOverloads

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

userIdThe Seald ID of the concerned user.
positionGet the hash at the given position. -1 to get the last. Default to -1.

Throws

SealdException