Function ACT_AcquirePrincipalIdByAccountId

Source
pub unsafe extern "C" fn ACT_AcquirePrincipalIdByAccountId(
    accountIds: *mut AccountId,
    accountIdsSize: u32_,
    completionHandle: Handle,
) -> Result
Expand description

Acquires principal IDs from a list of account IDs.

ยงArguments

  • accountIds - Pointer to input account IDs.
  • accountIdsSize - Size of the input account IDs buffer.
  • completionEvent - The event handle to signal once the request has finished.