type GetFidParams = { address: Address; chain?: Chain; client: ThirdwebClient; disableCache?: boolean;};
type address = Address;
type chain = Chain;
type client = ThirdwebClient;
type disableCache = boolean;