Difference between revisions of "f transaction short response"

From Talleo Wiki
Jump to navigation Jump to search
(Created page with "== Fields == {| class="wikitable" ! Name !! Description !! Format |- | hash || Transaction hash || string |- | fee || Network fee || uint64 |- | amount_out || Amount to send |...")
 
 
Line 13: Line 13:
  
 
== Notes ==
 
== Notes ==
* amount_out can be less than total amount of inputs due to network fee and total sum of used inputs, possible remainder is returned as change
+
* amount_out can be less than total amount of inputs due to network fee

Latest revision as of 14:12, 29 March 2020

Fields

Name Description Format
hash Transaction hash string
fee Network fee uint64
amount_out Amount to send uint64
size Size of transaction uint64

Notes

  • amount_out can be less than total amount of inputs due to network fee