Git Source
enum TrackerArrayTypes {
    VOID,
    ADDR_ARRAY,
    STR_ARRAY,
    UINT_ARRAY,
    BOOL_ARRAY,
    BYTES_ARRAY
}