All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ton.java.cell.BocHeader Maven / Gradle / Ivy

package org.ton.java.cell;

import java.util.List;

public class BocHeader {

    int has_idx;
    int hash_crc32;
    int has_cache_bits;
    int flags;
    int size_bytes;
    int off_bytes;
    int cells_num;
    int roots_num;
    int absent_num;
    int tot_cells_size;
    List root_list;
    int[] index;
    int[] cells_data; //unsigned bytes array
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy