export interface TesseractPart {
    address: string;
    hash: string;
    height: string;
}