identity.rs icon indicating copy to clipboard operation
identity.rs copied to clipboard

[Task] Expose DID trait in bindings.

Open HenriqueNogara opened this issue 2 years ago • 1 comments

Description

Expose DID trait in bindings.

Motivation

Allow users to add their custom DID implementation.

HenriqueNogara avatar Aug 14 '22 23:08 HenriqueNogara

~The comment https://github.com/iotaledger/identity.rs/pull/968#discussion_r940741266 was specifically on adding the DID trait methods to the WasmCoreDID struct (scheme(), authority(), method(), etc.) to match the methods of WasmIotaDID and WasmStardustDID. It's still unclear how we would achieve custom DID implementations in Wasm.~

Added missing CoreDID and DID trait methods to WasmCoreDID in #994.

cycraig avatar Aug 15 '22 13:08 cycraig

Solved in #994.

eike-hass avatar Sep 19 '22 15:09 eike-hass