pub unsafe extern "C" fn ACT_GetTransferableId(
transferableId: *mut u64_,
accountSlot: u8_,
saltValue: u8_,
) -> ResultExpand description
Returns a TransferableID for a certain account.
ยงArguments
transferableId- Pointer to output the generated TransferableID to.accountSlot- The account slot number of the account to generate the TransferableID for. Special values includeACT_TRANSFERABLE_ID_BASE_COMMONandACT_TRANSFERABLE_ID_BASE_CURRENT_ACCOUNT.saltValue- The value to use as a salt during generation.