Or how to turn this:
into this:
| { | |
| "num_participants": 2, | |
| "id": "d3e8ef7e-9beb-ac63-2b5f-a8c575d983f0", | |
| "tx": { | |
| "inputs": [ | |
| { | |
| "features": 0, | |
| "commit": "09597a4ad3118850f31b8033fc6802b3b78b3cd1c8f7eabdc5f650ec21045651ad" | |
| } | |
| ], |
Here are the transaction IDs (and links to the block explorers) for the first livenet Ethereum and Ripple Consensus Ledger (RCL) escrowed transfers comprising an Interledger payment.
0x00cbb6149b9cfb3cedf280251c3060b2a38776fa7792b578b6f9f39ce5ee02667F0A5F16C84568D96DA6A66058CD9EAA881236237642BF7427A458957A752B6B12A4CAFAE95254844513C5C11488A1195C08DEFF673C97AC74AAC121935DDE360xb59dd839ab0b5e7d4e663b7cfc0ddb70eaf73dd2785b3d3a4abdf1a61817007dSHA-256 Condition: `d2
| const Promise = require("bluebird"); | |
| const sequentialPromise = require("./sequentialPromise.js"); | |
| /** | |
| * @param {!string | !Array.<!string>} txHash, a transaction hash or an array of transaction hashes. | |
| * @param {Number} interval, in seconds. | |
| * @returns {!Promise.<!object> | !Promise.<!Array.<!object>>} the receipt or an array of receipts. | |
| */ | |
| module.exports = function getTransactionReceiptMined(txHash, interval) { | |
| const self = this; |