mirror of https://github.com/status-im/specs.git
Update x8.md
This commit is contained in:
parent
4e9a44a3e0
commit
8f0144cbe9
4
x8.md
4
x8.md
|
@ -32,7 +32,7 @@ If a signature is not present but an author is provided by a layer below, the me
|
||||||
|
|
||||||
# Encoding
|
# Encoding
|
||||||
|
|
||||||
The payload is encoded using [Transit format](https://github.com/cognitect/transit-format). It is a text-based format so even encoded version is easily readable by humans. Transit was chosen over JSON in order to reduce the bandwidth.
|
The payload is encoded using [Transit format](https://github.com/cognitect/transit-format). Transit was chosen over JSON in order to reduce the bandwidth.
|
||||||
|
|
||||||
Example of a valid encoded payload:
|
Example of a valid encoded payload:
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@ For more details regarding serialization and deserialization please consult [tra
|
||||||
|
|
||||||
# Message types
|
# Message types
|
||||||
|
|
||||||
- [Message](##Message)
|
- [Message](#message)
|
||||||
|
|
||||||
## Message
|
## Message
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue