Skip to content

Commit

Permalink
Merge pull request #34 from algorotem/patch-1
Browse files Browse the repository at this point in the history
Update ledger.md to add asset close amount field
  • Loading branch information
algofoundation authored Feb 3, 2021
2 parents 21adc34 + bf09fc4 commit bea1928
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev/ledger.md
Original file line number Diff line number Diff line change
Expand Up @@ -723,13 +723,17 @@ microalgos.
## ApplyData

\newcommand \ClosingAmount {\mathrm{ClosingAmount}}
\newcommand \AssetClosingAmount {\mathrm{AssetClosingAmount}}

Each transaction is associated with some information about how it is
applied to the account state. This information is called ApplyData,
and contains the following fields:

- The closing amount, $\ClosingAmount$, which specifies how many microalgos
were transferred to the closing address.

- The asset closing amount, $\AssetClosingAmount$, which specifies how many
of the asset units were transsfered to the closing address.

- The amount of rewards distributed to each of the accounts touched by this
transaction. There are three fields ("rs", "rr", and "rc" keys in msgpack
Expand Down

0 comments on commit bea1928

Please sign in to comment.