f transaction short response: Difference between revisions
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 |...") |
m (→Notes) |
||
Line 13: | Line 13: | ||
== Notes == | == Notes == | ||
* amount_out can be less than total amount of inputs due to network fee | * amount_out can be less than total amount of inputs due to network fee |
Latest revision as of 13: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