Skip to content

Commit

Permalink
Add amount rules to each created output
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGackstatter committed Nov 8, 2023
1 parent 331df3d commit 96ae7d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tips/TIP-0045/tip-0045.md
Original file line number Diff line number Diff line change
Expand Up @@ -1191,6 +1191,8 @@ The following criteria defines whether a payload passes the syntactical validati
- `Outputs Count` must be `0 < x ≤ Max Outputs Count`.
- For each output the following must be true:
- `Output Type` must match one of the values described under [Outputs](#outputs).
- The `Amount` field must not be `0`.
- The `Amount` field must be at least the minimum storage deposit according to [TIP-47](../TIP-0047/tip-0047.md).
- The output itself must pass syntactic validation.
- The sum of all `Amount` fields must not exceed `Max IOTA Supply`.
- The sum of all `Mana` fields must not exceed <code>2<sup>Mana Bits Count</sup> - 1</code>.
Expand Down

0 comments on commit 96ae7d5

Please sign in to comment.