Skip to content

Commit

Permalink
Use parameter names without namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGackstatter committed Oct 24, 2023
1 parent 521a479 commit bdf2614
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions tips/TIP-0047/tip-0047.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,11 @@ This TIP specifies the following calculation of the storage deposit to simplify
_Storage Score Parameters_ of the [IOTA 2.0 Protocol Parameters](../TIP-0049/tip-0049.md):

- Let the `Storage Score` of an output be the sum of:
- The `Storage Score Offset Output` of an output in storage, which is the sum of the
`Storage Score Offset Output Overhead` and `Storage Score Factor Data * Output Metadata Size` where
`Storage Score Offset Output Overhead` accounts for the overhead of storing any output and `Output Metadata Size` is
the size in bytes of the output's metadata.
- The `Storage Score Factor Data * Serialized Output Size` where `Serialized Output Size` is the size in bytes of the
serialized output.
- The `Storage Score Offset Output` of an output in storage, which is the sum of the `Offset Output Overhead` and
`Factor Data * Output Metadata Size` where `Offset Output Overhead` accounts for the overhead of storing any output
and `Output Metadata Size` is the size in bytes of the output's metadata.
- The `Factor Data * Serialized Output Size` where `Serialized Output Size` is the size in bytes of the serialized
output.
- The offsets defined by any subschemas (e.g. features or unlock conditions) of an output. These are defined with the
respective subschema. If a subschema does not define a storage score explicitly, it is `0`.
- Let the `Minimum Storage Deposit` be `Storage Score * Storage Cost`.
Expand Down

0 comments on commit bdf2614

Please sign in to comment.