Skip to main content

ShardData type

Signature:

export type ShardData = {
proofs: string[];
entries: SnapshotEntry[];
};

References: SnapshotEntry