Skip to content

feat(ssi): block connection

Berend Sliedrecht requested to merge tsabolov/ocm-engine:block-connection into main

Dependent upon !9 (merged) and !8 (merged)

  • Block a connection within the ssi-abstraction via their did (did:peer) or connection record id
    • This means you it will be deleted from the agent
    • It returns the deleted connection record when it is correctly deleted. Otherwise it will return null

Merge request reports