get_amounts_for_account

From Talleo Wiki
Revision as of 10:50, 24 March 2020 by Mika (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.