UNPKG

@tristeroresearch/mach-sdk

Version:

A TypeScript SDK for integrating with Mach's API.

6 lines 356 B
/** * @fileOverview This file contains a function that interacts with the Mach Exchange API to retrieve faucet funds for a specified wallet. * @function apiGetFaucetFunds - Retrieves the faucet funds for a given wallet address. */ export declare const apiGetFaucetFunds: (wallet_address: string) => Promise<any>; //# sourceMappingURL=faucet.api.d.ts.map