/**
 * 32 bytes encoded as hex with `0x` prefix.
 * It's expected to be the hash of the stringified JSON object representing the `appData`.
 *
 */
export type AppDataHash = string;
