[][src]Function indyrs::did::get_did_metadata

pub fn get_did_metadata(
    wallet_handle: IndyHandle,
    tgt_did: &str
) -> Box<dyn Future<Item = String, Error = IndyError>>

Retrieves the meta information for the giving DID in the wallet.

Arguments

  • wallet_handle - Wallet handle (created by Wallet::open).
  • did - The DID to retrieve metadata.

#Returns

  • metadata - The meta information stored with the DID; Can be null if no metadata was saved for this DID.