@tristeroresearch/mach-sdk
Version:
A TypeScript SDK for integrating with Mach's API.
8 lines • 449 B
TypeScript
/**
* @fileOverview This file contains a function that interacts with the Mach Exchange API to retrieve transaction history for a specified wallet.
* @function getTransactionHistory - Retrieves the transaction history for a given wallet address, ensuring the wallet parameter is provided.
*/
export declare const getTransactionHistory: ({ wallet, }: {
wallet: string;
}) => Promise<any[]>;
//# sourceMappingURL=transactionHistory.api.d.ts.map