[][src]Function indyrs::anoncreds::issuer_rotate_credential_def_apply

pub fn issuer_rotate_credential_def_apply(
    wallet_handle: WalletHandle,
    cred_def_id: &str
) -> Box<dyn Future<Item = (), Error = IndyError>>

Apply temporary keys as main for an existing Credential Definition (owned by the caller of the library).

Arguments

  • wallet_handle: wallet handle (created by Wallet::open_wallet).
  • cred_def_id: an identifier of created credential definition stored in the wallet

Returns