[][src]Function indyrs::did::list_my_dids_with_metadata

pub fn list_my_dids_with_metadata(
    wallet_handle: WalletHandle
) -> Box<dyn Future<Item = String, Error = IndyError>>

Retrieves the information about all DIDs stored in the wallet.

Arguments

  • wallet_handle - Wallet handle (created by Wallet::open).

Returns

  • dids - [{ "did": string - DID stored in the wallet, "verkey": string - The DIDs transport key (ver key, key id)., "tempVerkey": string - Temporary DIDs transport key (will be active after key rotation). "metadata": string - The meta information stored with the DID }]