@bnb-chain/greenfield-js-sdk
Version:
greenfield js chain and sp sdk
5 lines (4 loc) • 354 B
TypeScript
import { ListBucketsByIDsRequest, ListBucketsByIDsResponse } from '@/types';
import { SPMetaInfo } from './metaInfos';
export declare const getListBucketsByIDsMetaInfo: (endpoint: string, params: ListBucketsByIDsRequest) => Pick<SPMetaInfo, 'url'>;
export declare const parseListBucketsByIdsResponse: (data: string) => Promise<ListBucketsByIDsResponse>;