CoinSwap: handle "receiving/received LBC"
This commit is contained in:
parent
5f3a40a420
commit
3ca0c8d204
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,
|
||||
coins: Array<string>,
|
||||
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,
|
||||
},
|
||||
}
|
||||
|
||||
|
|
7
flow-typed/CoinSwap.js
vendored
7
flow-typed/CoinSwap.js
vendored
|
@ -2,12 +2,13 @@ declare type CoinSwapInfo = {
|
|||
chargeCode: string,
|
||||
coins: Array<string>,
|
||||
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,
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue