UNPKG

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

Version:

## Peer dependencies

14 lines (13 loc) 290 B
type VoteParams = { votingId: string; vote: string; connection: { workerSeed: string; votingUrl: string; solutionNamespace: string; }; }; export declare const voteOnPolkadot: (params: VoteParams) => Promise<{ votingTxHash: string; }>; export {};