UNPKG
@cityofzion/neon-api
Version:
latest (5.9.0)
next (5.0.0-next.17)
5.9.0
5.8.1
5.8.0
5.7.0
5.4.0
5.2.2
5.2.0
5.1.0
5.0.0
5.0.0-next.17
5.0.0-next.16
5.0.0-next.15
5.0.0-next.14
5.0.0-next.13
5.0.0-next.12
5.0.0-next.11
5.0.0-next.10
5.0.0-next.8
5.0.0-next.7
5.0.0-next.6
5.0.0-next.5
5.0.0-next.4
5.0.0-next.3
5.0.0-next.2
5.0.0-next.0
4.9.0
4.8.3
4.8.1
4.8.0
4.7.2
4.7.1
4.7.0
4.6.0
4.5.2
4.5.0
4.4.0
4.3.3
4.3.2
4.3.1
4.3.0
4.2.0
4.1.3
4.1.0
4.0.2
4.0.1
4.0.0
Neon-API module: High level API for neon-js
CityOfZion/neon-js
@cityofzion/neon-api
/
dist
/
api
/
getCandidates.d.ts
7 lines
•
254 B
TypeScript
View Raw
1
2
3
4
5
6
7
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