UNPKG

@tristeroresearch/mach-sdk

Version:

A TypeScript SDK for integrating with Mach's API.

8 lines 307 B
import { type Quote } from '../@types/quote.js'; /** * A helper function to encode the order data * @param quote - The quote provided by the Mach API * @returns The encoded order data */ export declare const encodeOrderData: (quote: Quote) => `0x${string}`; //# sourceMappingURL=encodeOrderData.d.ts.map