UNPKG

ufomarketplace-sdk-new

Version:

SDK to interact with set ufo marketplace contracts

8 lines (7 loc) 204 B
export declare function fetchData(requestData: { url: any; body: any; headers: any; }): Promise<any>; export declare const countPerQuery = 999; export declare function print(data: any): void;