Export poll function (#514).

This commit is contained in:
Richard Moore 2019-05-24 14:38:54 -04:00
parent b0bd9ee162
commit 2997bae935
No known key found for this signature in database
GPG Key ID: 525F70A6FCABC295

@ -22,7 +22,7 @@ import { populateTransaction } from './transaction';
import { parse as parseTransaction, serialize as serializeTransaction } from './transaction';
import { formatBytes32String, parseBytes32String, toUtf8Bytes, toUtf8String } from './utf8';
import { commify, formatEther, parseEther, formatUnits, parseUnits } from './units';
import { fetchJson } from './web';
import { fetchJson, poll } from './web';
////////////////////////
@ -136,6 +136,8 @@ export {
recoverPublicKey,
verifyMessage,
poll,
////////////////////////
// Enums