@infinixjoyd/metaplex-auth-service
Version:
A client library for nft.storage designed for metaplex NFT uploads
5 lines • 313 B
TypeScript
export declare const DEFAULT_GATEWAY_HOST = "https://nftstorage.link";
export declare const isBrowser: boolean;
export declare function makeGatewayURL(cid: string, path: string, host?: string): string;
export declare function makeIPFSURI(cid: string, path: string): string;
//# sourceMappingURL=utils.d.ts.map