CoinSwap: handle "receiving/received LBC"
This commit is contained in:
parent
5f3a40a420
commit
ef3f5999a9
2 changed files with 8 additions and 6 deletions
7
dist/flow-typed/CoinSwap.js
vendored
7
dist/flow-typed/CoinSwap.js
vendored
|
@ -2,12 +2,13 @@ declare type CoinSwapInfo = {
|
||||||
chargeCode: string,
|
chargeCode: string,
|
||||||
coins: Array<string>,
|
coins: Array<string>,
|
||||||
sendAddresses: { [string]: string},
|
sendAddresses: { [string]: string},
|
||||||
sendAmounts: { [string]: number },
|
sendAmounts: { [string]: any },
|
||||||
lbcAmount: number,
|
lbcAmount: number,
|
||||||
status?: {
|
status?: {
|
||||||
status: string,
|
status: string,
|
||||||
receipt_txid: string,
|
receiptCurrency: string,
|
||||||
lbc_txid: string,
|
receiptTxid: string,
|
||||||
|
lbcTxid: string,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
7
flow-typed/CoinSwap.js
vendored
7
flow-typed/CoinSwap.js
vendored
|
@ -2,12 +2,13 @@ declare type CoinSwapInfo = {
|
||||||
chargeCode: string,
|
chargeCode: string,
|
||||||
coins: Array<string>,
|
coins: Array<string>,
|
||||||
sendAddresses: { [string]: string},
|
sendAddresses: { [string]: string},
|
||||||
sendAmounts: { [string]: number },
|
sendAmounts: { [string]: any },
|
||||||
lbcAmount: number,
|
lbcAmount: number,
|
||||||
status?: {
|
status?: {
|
||||||
status: string,
|
status: string,
|
||||||
receipt_txid: string,
|
receiptCurrency: string,
|
||||||
lbc_txid: string,
|
receiptTxid: string,
|
||||||
|
lbcTxid: string,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue