type RevealParams = { batchId: bigint; password: string };
type batchId = bigint;
type password = string;