Skip to content

Commit

Permalink
RFC: Transaction Payload (#18)
Browse files Browse the repository at this point in the history
Co-authored-by: charlesthompson3 <74603461+charlesthompson3@users.noreply.github.com>
Co-authored-by: Andrea V <andreakarimodm@gmail.com>
Co-authored-by: Wolfgang Welz <welzwo@gmail.com>
  • Loading branch information
4 people committed Nov 6, 2021
1 parent 0c81294 commit b0d7214
Show file tree
Hide file tree
Showing 3 changed files with 548 additions and 5 deletions.
10 changes: 5 additions & 5 deletions text/0017-tangle-message/0017-tangle-message.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,11 @@ The following criteria defines whether the message passes the syntactical valida

While messages without a payload, i.e. `Payload Length` set to zero, are valid, such messages do not contain any information. As such, messages usually contain a payload. The detailed specification of each payload type is out of scope of this RFC. The following table lists all currently specified payloads that can be part of a message and links to their specification. The _indexation payload_ will be specified here as an example:

| Payload Name | Type Value | RFC |
| ------------ | ---------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Transaction | 0 | [RFC-0018 (draft)](https://github.com/luca-moser/protocol-rfcs/blob/signed-tx-payload/text/0000-signed-transaction-payload/0000-signed-transaction-payload.md) |
| Milestone | 1 | [RFC-0019](https://iotaledger.github.io/protocol-rfcs/0019-milestone-payload/0019-milestone-payload.html) |
| Indexation | 2 | [RFC-0017](#indexation-payload) |
| Payload Name | Type Value | RFC |
| ------------ | ---------- | ------------------------------------------------------------------------------------------------------------- |
| Transaction | 0 | [RFC-0018](https://iotaledger.github.io/protocol-rfcs/0018-transaction-payload/0018-transaction-payload.html) |
| Milestone | 1 | [RFC-0019](https://iotaledger.github.io/protocol-rfcs/0019-milestone-payload/0019-milestone-payload.html) |
| Indexation | 2 | [RFC-0017](#indexation-payload) |

### Indexation payload

Expand Down

0 comments on commit b0d7214

Please sign in to comment.