@tristeroresearch/mach-sdk
Version:
A TypeScript SDK for integrating with Mach's API.
6 lines • 436 B
TypeScript
/**
* @fileOverview This file contains a function that interacts with the Mach Exchange API to retrieve gas recommendations for a specified blockchain network.
* @function getGasRecommendation - Retrieves gas recommendations for a given network, ensuring the network parameter is provided.
*/
export declare const getMachGasRecommendation: (network: string) => Promise<any>;
//# sourceMappingURL=getMachGasRecommendation.api.d.ts.map