Resolves the scheme of a given Arweave URI and returns the corresponding URL.
import { resolveArweaveScheme } from "thirdweb/storage";const url = resolveArweaveScheme({ uri: "ar://<fileId>" });
function resolveArweaveScheme( options: ResolveArweaveSchemeOptions,): string;
The options object containing the Arweave URI
let options: { gatewayUrl?: string; uri: string };
let returnType: string;
The resolved URL