@tristeroresearch/mach-sdk
Version:
A TypeScript SDK for integrating with Mach's API.
7 lines • 448 B
TypeScript
/**
* Helper function to process a transaction receipt
* @description This helper function processes a transaction receipt to extract and decode order-related information from event logs.
*/
import { GetTransactionReceiptReturnType } from 'viem';
export declare const processReceipt: (receipt: GetTransactionReceiptReturnType, encodedEventTopics: `0x${string}` | "", sellChain: string) => any;
//# sourceMappingURL=processReceipt.helper.d.ts.map