type SaveSnapshotParams = { merkleRoot: string; snapshotUri: string };
type merkleRoot = string;
type snapshotUri = string;