UNPKG

@energyweb/node-red-contrib-green-proof-worker

Version:

## Peer dependencies

10 lines (9 loc) 259 B
import type { Vote } from './types'; export declare const partitionAlreadyVoted: (votings: Vote[], config: { indexerUrl: string; solutionNamespace: string; workerAddress: string; }) => Promise<{ alreadyVoted: Vote[]; notVoted: Vote[]; }>;