Skip to content

Commit c8b8b12

Browse files
authored
Update inscription field docs (#4506)
1 parent 1ad3f64 commit c8b8b12

1 file changed

Lines changed: 17 additions & 9 deletions

File tree

docs/src/inscriptions.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,23 @@ Fields
7676
Inscriptions may include fields before an optional body. Each field consists of
7777
two data pushes, a tag and a value.
7878

79-
Currently, there are six defined fields:
80-
81-
- `content_type`, with a tag of `1`, whose value is the MIME type of the body.
82-
- `pointer`, with a tag of `2`, see [pointer docs](inscriptions/pointer.md).
83-
- `parent`, with a tag of `3`, see [provenance](inscriptions/provenance.md).
84-
- `metadata`, with a tag of `5`, see [metadata](inscriptions/metadata.md).
85-
- `metaprotocol`, with a tag of `7`, whose value is the metaprotocol identifier.
86-
- `content_encoding`, with a tag of `9`, whose value is the encoding of the body.
87-
- `delegate`, with a tag of `11`, see [delegate](inscriptions/delegate.md).
79+
Currently, there are thirteen defined fields:
80+
81+
| tag | name | comment |
82+
|-----|------|---------|
83+
| `1` | `content_type` | MIME type of the body |
84+
| `2` | `pointer` | see [pointer](inscriptions/pointer.md) |
85+
| `3` | `parent` | see [provenance](inscriptions/provenance.md) |
86+
| `5` | `metadata` | see [metadata](inscriptions/metadata.md) |
87+
| `7` | `metaprotocol` | metaprotocol identifier |
88+
| `9` | `content_encoding` | encoding of the body |
89+
| `11` | `delegate` | see [delegate](inscriptions/delegate.md) |
90+
| `13` | `rune` | serialized rune |
91+
| `15` | | no-op |
92+
| `17` | `properties` | see [properties](inscriptions/properties.md) |
93+
| `19` | `property_encoding` | encoding of the properties field |
94+
| `66` | | unbinds inscription |
95+
| `255` | | no-op |
8896

8997
The beginning of the body and end of fields is indicated with an empty data
9098
push.

0 commit comments

Comments
 (0)