Function ACTA_GetSupportContext

Source
pub unsafe extern "C" fn ACTA_GetSupportContext(
    supportContext: *mut SupportContext,
    accountSlot: u8_,
) -> Result
Expand description

Creates a support context for a specific account.

ยงArguments

  • supportContext - Pointer to write the support context data to.
  • accountSlot - The account slot number of the account to create the support context for.