Skip to content

Commit

Permalink
Add bech32 repr table
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGackstatter committed Oct 23, 2023
1 parent c8ebfce commit ea5c56a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tips/TIP-0052/tip-0052.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,13 @@ A _Multi Address_ allows for use-cases like:

# Multi Address

## Serialized Layout
The following table shows the mapping from the address type of the **first byte** to the address type:

| Address | Type Byte as `uint8` | Bech32 Encoded |
| ------------- | -------------------- | -------------- |
| Multi Address | 32 | iota1**y**... |

The following table shows the serialization of a _Restricted Address_:

<details>
<summary>Multi Address</summary>
Expand Down

0 comments on commit ea5c56a

Please sign in to comment.