type ShardData = { entries: Array<SnapshotEntry>; proofs: Array<string>;};
type entries = Array<SnapshotEntry>;
type proofs = Array<string>;