export type ConsistencyProof = { /** * The hash value stored at the root of the merkle tree at the time the proof was generated */ rootHash: string; hashes: Array; };