private async reverseEnsResolve(address: string): Promise<Uint8Array | null> {
    return await this.projectDecoder.reverseEnsResolve(address);
  }