Skip to content

Commit

Permalink
Export poll function (#514).
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed May 24, 2019
1 parent b0bd9ee commit 2997bae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src.ts/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';


////////////////////////
Expand Down Expand Up @@ -136,6 +136,8 @@ export {
recoverPublicKey,
verifyMessage,

poll,


////////////////////////
// Enums
Expand Down

0 comments on commit 2997bae

Please sign in to comment.