type Erc6492Signature = { address: string; data: Hex; signature: Hex;};
type address = string;
type data = Hex;
type signature = Hex;