UNPKG

@tatumio/tatum-v1

Version:

Tatum API client allows browsers and Node.js clients to interact with Tatum API.

8 lines (7 loc) 266 B
import { Currency } from '../model'; /** * For more details, see <a href="https://apidoc.tatum.io/#operation/GetLog" target="_blank">Tatum API documentation</a> */ export declare const getLogRecord: (chain: Currency, id: string) => Promise<{ data: string; }>;