pub unsafe extern "C" fn ACT_AcquirePrincipalIdByAccountId(
accountIds: *mut AccountId,
accountIdsSize: u32_,
completionHandle: Handle,
) -> ResultExpand 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.