get amounts for account: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 15: | Line 15: | ||
! Argument !! Description !! Format | ! Argument !! Description !! Format | ||
|- | |- | ||
| amount || Total sum of matching outputs in atomic | | amount || Total sum of matching outputs in [[atomic unit]]s || uint64 | ||
|- | |- | ||
| status || Status of the request, "OK" if successful || string | | status || Status of the request, "OK" if successful || string |
Latest revision as of 09:50, 24 March 2020
Input
Argument | Mandatory | Description | Format |
---|---|---|---|
transaction | yes | Transaction hash to check | string |
account | yes | Wallet address of recipient | string |
viewKey | yes | Secret view key of "account" | string |
Output
Argument | Description | Format |
---|---|---|
amount | Total sum of matching outputs in atomic units | uint64 |
status | Status of the request, "OK" if successful | string |
Description
- This method can be used to verify that a transaction contains transfer to specific wallet address and that the sum of the outputs to that wallet is high enough.