UNPKG

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

Version:
10 lines (9 loc) 222 B
export declare const hostApi: { vote(payload: { noderedId: string; root: string; id: string; hashVote: boolean; }): Promise<void>; getAuthToken: () => Promise<string | null>; };