<contract> .getPastEvents不是一个函数

时间:2019-07-11 08:57:23

标签: ethereum web3

我正在尝试使用以下代码获取所有过去的事件

export const loadAllOrders = async (exchange, dispatch) => {
// Fetch cancelled orders with the "Cancel" event stream
const cancelStream = await exchange.getPastEvents('CancelOrder', { fromBlock: 0, toBlock: 'latest' })

我收到上述错误。我可能会缺少什么?

这就是我正在使用的。

getPastEvents from web3

0 个答案:

没有答案