From 29e329bcbace736a09b76092cccb942506494bad Mon Sep 17 00:00:00 2001 From: Philipp Gackstatter Date: Thu, 2 Nov 2023 16:54:27 +0100 Subject: [PATCH] Update type prefix & add anchor address --- tips/TIP-0040/tip-0040.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tips/TIP-0040/tip-0040.md b/tips/TIP-0040/tip-0040.md index 444745b7c..5eb9ded54 100644 --- a/tips/TIP-0040/tip-0040.md +++ b/tips/TIP-0040/tip-0040.md @@ -192,7 +192,7 @@ Upon the creation of a Delegation Output, the protocol assigns to it a unique id Output Type uint8 - Set to value 4 to denote a Delegation Output. + Set to value 5 to denote a Delegation Output. Amount @@ -267,6 +267,10 @@ Upon the creation of a Delegation Output, the protocol assigns to it a unique id NFT Address
An Address derived from an NFT ID which can be unlocked by unlocking the corresponding NFT. Defined in TIP-38 (NFT Address).
+
+ Anchor Address +
An Address derived from an Anchor ID which can be unlocked by unlocking the corresponding Anchor. Defined in TIP-38 (Anchor Address).
+
Multi Address
Defines a Multi Address that consists of addresses with weights and a threshold value. The Multi Address can be unlocked if the cumulative weight of all unlocked addresses is equal to or exceeds the threshold. Defined in TIP-52 (Multi Address).