Get Identities Request
data class GetIdentitiesRequest(account: String, address: JsonAddress) : SignaldRequestBodyV1<GetIdentities, IdentityKeyList>
Content copied to clipboard
Get information about a known keys for a particular address
Constructors
GetIdentitiesRequest
Link copied to clipboard
Functions
getTypedResponseOrNull
Link copied to clipboard
open override fun getTypedResponseOrNull(responseWrapper: JsonMessageWrapper<*>): IdentityKeyList?
Content copied to clipboard
submit
Link copied to clipboard