Export poll function (#514).
This commit is contained in:
parent
b0bd9ee162
commit
2997bae935
@ -22,7 +22,7 @@ import { populateTransaction } from './transaction';
|
|||||||
import { parse as parseTransaction, serialize as serializeTransaction } from './transaction';
|
import { parse as parseTransaction, serialize as serializeTransaction } from './transaction';
|
||||||
import { formatBytes32String, parseBytes32String, toUtf8Bytes, toUtf8String } from './utf8';
|
import { formatBytes32String, parseBytes32String, toUtf8Bytes, toUtf8String } from './utf8';
|
||||||
import { commify, formatEther, parseEther, formatUnits, parseUnits } from './units';
|
import { commify, formatEther, parseEther, formatUnits, parseUnits } from './units';
|
||||||
import { fetchJson } from './web';
|
import { fetchJson, poll } from './web';
|
||||||
|
|
||||||
|
|
||||||
////////////////////////
|
////////////////////////
|
||||||
@ -136,6 +136,8 @@ export {
|
|||||||
recoverPublicKey,
|
recoverPublicKey,
|
||||||
verifyMessage,
|
verifyMessage,
|
||||||
|
|
||||||
|
poll,
|
||||||
|
|
||||||
|
|
||||||
////////////////////////
|
////////////////////////
|
||||||
// Enums
|
// Enums
|
||||||
|
Loading…
Reference in New Issue
Block a user