@bnb-chain/greenfield-js-sdk
Version:
greenfield js chain and sp sdk
6 lines (5 loc) • 309 B
TypeScript
import { ListObjectsByIDsRequest, ListObjectsByIDsResponse } from '@/types';
export declare const getListObjectsByIDsMetaInfo: (endpoint: string, params: ListObjectsByIDsRequest) => {
url: string;
};
export declare const parseListObjectsByIdsResponse: (data: string) => Promise<ListObjectsByIDsResponse>;