Перейти к содержанию

removeDistributedEddsaKey

removeDistributedEddsaKey(driver:secretId:syncSessionId:)

public func removeDistributedEddsaKey(driver: ProtocolSwift, secretId: String, syncSessionId: String) async throws

Remove an already performed synchronisation session from storage

  • SeeAlso: SpatiumProtocol/removeDistributedEddsaKey(secretId:syncSessionId:)

Example

 // Assume an already performed synchronisation procedure

 await removeDistributedEddsaKey(secretId: String, syncSessionId: String)

Parameters

Name Description
driver ProtocolSwift implementation
secretId ID (UUID) of a secret used for synchronisation
syncSessionId ID (UUID) of a synchronisation procedure

Returns

void