UNPKG

@tristeroresearch/mach-sdk

Version:

A TypeScript SDK for integrating with Mach's API.

9 lines 431 B
/** * A helper function to get the gas for a transaction * @param chainName - The name of the chain * @param gasData - The gas data, if provided, it will be used instead of the gas recommendation * @returns The gas data */ import { GasData } from '../@types/gasData'; export declare const getGasForTransaction: (chainName: string, gasData?: GasData) => Promise<GasData>; //# sourceMappingURL=getGasForTransaction.util.d.ts.map