project-origin / wallet

OpenSource project to create a Wallet to hold Granular Certificates in the registries.
https://project-origin.github.io/docs/wallet
Apache License 2.0
4 stars 1 forks source link

Wallet: Implement Unclaim #370

Open tnickelsen opened 2 weeks ago

tnickelsen commented 2 weeks ago

Description

When a certificate has been withdrawn and if it was claimed, the counterpart of the claim must be unclaimed.

1) Call registry with Unclaim Transaction (this is implemented in wallet already) 2) Start WaitForCommittedTransaction activity (this is implemented in wallet already) 3) Unclaim in wallet (set state on slice to Available)

Story points: 8

Basic Example

No response

Drawbacks

No response

Unresolved questions

No response