type ResolveSchemeOptions = { client: ThirdwebClient; uri: string };
type client = ThirdwebClient;
type uri = string;