UNPKG

@cityofzion/neon-api

Version:

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

7 lines 254 B
import { rpc } from "@cityofzion/neon-core"; export interface Candidate { publicKey: string; votes: number; } export declare function getCandidates(client: rpc.NeoServerRpcClient): Promise<Candidate[]>; //# sourceMappingURL=getCandidates.d.ts.map