UNPKG

@newfound8ion/newcoin.pools-js

Version:

js module to fetch data from the newcoin.pools smart contract

25 lines (24 loc) 527 B
export interface GetCurrencyStats { code: string; symbol: string; } export interface GetCurrencyBalance { code: string; account: string; symbol?: string; } export interface GetTableRowsPayload { json: boolean; code: string; scope: string; table: string; table_key?: string | undefined; lower_bound?: string; upper_bound?: string; key_type?: string; index_position?: string; encode_type?: string; limit?: number; reverse?: boolean; show_payer?: boolean; }