Function ACTA_UpdateAccountPassword

Source
pub unsafe extern "C" fn ACTA_UpdateAccountPassword(
    accountSlot: u8_,
    newPassword: *mut AccountPassword,
    completionEvent: Handle,
) -> Result
Expand description

Updates the account password for a specific account.

ยงArguments

  • accountSlot - The account slot number of the account to update the password for.
  • password - Pointer to the new password to use.
  • completionEvent - The event handle to signal once the request has finished.