This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verify myself: 88a250079400433b95df5a016906a927 http://fullstack-devs.xpo.network # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = function getTransactionReceiptMined(txHash, interval, blockLimit) { | |
const self = this; | |
var count = 0; | |
var blocks = blockLimit; | |
const transactionReceiptAsync = function (resolve, reject) { | |
if (count > blocks) { | |
reject('Contract transaction couldn\'t be found after ', blocks, ' blocks'); | |
return; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0x365CcC11F1d29c4012F9Ee1074227c490c42671F |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0x365CcC11F1d29c4012F9Ee1074227c490c42671F |