UNPKG

@bnb-chain/greenfield-js-sdk

Version:
10 lines (9 loc) 280 B
import { ReqMeta } from '@/types'; export declare const getGetObjectMetaInfo: (endpoint: string, params: { objectName: string; bucketName: string; }) => Promise<{ url: string; optionsWithOutHeaders: Omit<RequestInit, "headers">; reqMeta: Partial<ReqMeta>; }>;