UNPKG

blockchain-api

Version:

API utilities for interacting with the Exatechl2 blockchain

17 lines (15 loc) 346 B
import { TokenInfo } from '../../types'; /** * @param {string} tokenAddress * @returns {Promise<TokenInfo>} */ export declare function getTokenInfo(tokenAddress: string): Promise<TokenInfo>; /** * * @param {string} tokenAddress * @param {number} limit * @param {number} [page] * @returns {Promise<TokenTransfer[]>} * * @deprecated */