UNPKG

@tristeroresearch/mach-sdk

Version:

A TypeScript SDK for integrating with Mach's API.

7 lines 273 B
/** * A helper function to get the order book address * @param network - The network to get the order book address for * @returns The order book address */ export declare const getOrderBook: (network: string) => string; //# sourceMappingURL=getOrderBook.helper.d.ts.map