From ea5c56a10d672ce78f684bf449ea66d9a72ceb26 Mon Sep 17 00:00:00 2001 From: Philipp Gackstatter Date: Mon, 23 Oct 2023 15:47:01 +0100 Subject: [PATCH] Add bech32 repr table --- tips/TIP-0052/tip-0052.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tips/TIP-0052/tip-0052.md b/tips/TIP-0052/tip-0052.md index 90b7f8bf0..ca082b18e 100644 --- a/tips/TIP-0052/tip-0052.md +++ b/tips/TIP-0052/tip-0052.md @@ -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_:
Multi Address