export type BlockRaw = {
    workchain: number;
    shard: string;
    seqno: number;
    root_hash: string;
    file_hash: string;
};
