export interface LookupBlock {
    workchain: number;
    shard: number;
    seqno?: number;
    It?: number;
    unixtime?: number;
}
