UNPKG

@newfound8ion/newcoin.farm-js

Version:

JS Library to interact with newcoin.farm 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; }