getIdentities

js
suspend fun getIdentities(address: <ERROR CLASS>): <ERROR CLASS>

Get information about known identity keys for a particular address.

Throws

RequestFailedException

if signald sends an error response or the incoming message is invalid

SignaldException

if the request to the socket fails

synchronousClient
fun getIdentities(address: JsonAddress): IdentityKeyList

Get information about known identity keys for a particular address.

Throws

org.inthewaves.kotlinsignald.clientprotocol.RequestFailedException

if signald sends an error response or the incoming message is invalid

org.inthewaves.kotlinsignald.clientprotocol.SignaldException

if the request to the socket fails