Function ACTA_InquireAccountIdAvailability

Source
pub unsafe extern "C" fn ACTA_InquireAccountIdAvailability(
    accountSlot: u8_,
    accountId: *mut AccountId,
    completionEvent: Handle,
) -> Result
Expand description

Checks whether or not the given account ID is available for creating a new server account.

ยงArguments

  • accountSlot - The account slot number of the account to perform the check for.
  • accountId - Pointer to the input account ID to check.
  • completionEvent - The event handle to signal once the request has finished.