Closed molekilla closed 5 years ago
const { txId, signer } = await sign currBlock = await connex.thor.block().get() while (txId not in currBlock.transactions) { await connex.thor.ticker().next() currBlock = await connex.thor.block().get() } receipt = await connex.thor.transaction(txId).get() events = receipt.output.events
Resolved