Function ACT_GetTransferableId

Source
pub unsafe extern "C" fn ACT_GetTransferableId(
    transferableId: *mut u64_,
    accountSlot: u8_,
    saltValue: u8_,
) -> Result
Expand 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 include ACT_TRANSFERABLE_ID_BASE_COMMON and ACT_TRANSFERABLE_ID_BASE_CURRENT_ACCOUNT.
  • saltValue - The value to use as a salt during generation.