We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I withdrew 50 DUSD from vault and see the following in decodecustomtx
decodecustomtx
{ "txid": "xxx", "type": "WithdrawFromVault", "valid": true, "results": { "vaultId": "xxx", "to": "some-address", "amount": "50.00000000@15" } }
When I look at listvaulthistory or listaccounthistory I see
listvaulthistory
listaccounthistory
{ "owner": "some-address", "blockHeight": xx, "blockHash": "xx", "blockTime": xx, "type": "WithdrawFromVault", "txn": 8, "txid": "xx", "amounts": [ "16.58973533@DFI", "0.00002979@ETH", "0.00000150@BTC", "50.00000000@DUSD" ] }
Has this something todo with the negative interest rate with DUSD? Or what are the other amounts in there?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I withdrew 50 DUSD from vault and see the following in
decodecustomtx
When I look at
listvaulthistory
orlistaccounthistory
I seeHas this something todo with the negative interest rate with DUSD? Or what are the other amounts in there?
The text was updated successfully, but these errors were encountered: