UNPKG

@cityofzion/neon-api

Version:

Neon-API module: High level API for neon-js

8 lines 325 B
import { rpc, sc } from "@cityofzion/neon-core"; export interface TokenInfo { symbol: string; decimals: number; totalSupply: string; } export declare function getTokenInfos(contracts: (string | sc.Nep17Contract)[], client: rpc.NeoServerRpcClient): Promise<TokenInfo[]>; //# sourceMappingURL=getTokenInfos.d.ts.map