pub fn get_key_metadata(
    wallet_handle: IndyHandle,
    verkey: &str
) -> Box<dyn Future<Item = String, Error = ErrorCode>>
Expand description

Retrieves the metadata for the verkey in the wallet

Argument

  • wallet_handle - wallet handle (created by Wallet::open)
  • verkey - the public key or key id to retrieve metadata

Returns

metadata currently stored with the key; Can be empty if no metadata was saved for this key