diff --git a/dist/flow-typed/CoinSwap.js b/dist/flow-typed/CoinSwap.js index 6695616..a41c571 100644 --- a/dist/flow-typed/CoinSwap.js +++ b/dist/flow-typed/CoinSwap.js @@ -2,12 +2,13 @@ declare type CoinSwapInfo = { chargeCode: string, coins: Array, sendAddresses: { [string]: string}, - sendAmounts: { [string]: number }, + sendAmounts: { [string]: any }, lbcAmount: number, status?: { status: string, - receipt_txid: string, - lbc_txid: string, + receiptCurrency: string, + receiptTxid: string, + lbcTxid: string, }, } diff --git a/flow-typed/CoinSwap.js b/flow-typed/CoinSwap.js index 6695616..a41c571 100644 --- a/flow-typed/CoinSwap.js +++ b/flow-typed/CoinSwap.js @@ -2,12 +2,13 @@ declare type CoinSwapInfo = { chargeCode: string, coins: Array, sendAddresses: { [string]: string}, - sendAmounts: { [string]: number }, + sendAmounts: { [string]: any }, lbcAmount: number, status?: { status: string, - receipt_txid: string, - lbc_txid: string, + receiptCurrency: string, + receiptTxid: string, + lbcTxid: string, }, }