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

removeDistributedEcdsaKey

removeDistributedEcdsaKey(driver:secretId:syncSessionId:)

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

Remove an already performed synchronisation session from storage

  • SeeAlso: ProtocolSwift/removeDistributedEcdsaKey(secretId:syncSessionId:)

Example

 // Assume an already performed synchronisation procedure

 await removeDistributedEcdsaKey(secretId: secreId, syncSessionId: syncSessionId)

Parameters

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

Returns

void