Skip to content

Commit

Permalink
Update type prefix & add anchor address
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGackstatter committed Nov 2, 2023
1 parent 5e7c84c commit 29e329b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tips/TIP-0040/tip-0040.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ Upon the creation of a Delegation Output, the protocol assigns to it a unique id
<tr>
<td>Output Type</td>
<td>uint8</td>
<td>Set to <strong>value 4</strong> to denote a <i>Delegation Output</i>.</td>
<td>Set to <strong>value 5</strong> to denote a <i>Delegation Output</i>.</td>
</tr>
<tr>
<td>Amount</td>
Expand Down Expand Up @@ -267,6 +267,10 @@ Upon the creation of a Delegation Output, the protocol assigns to it a unique id
<summary>NFT Address</summary>
<blockquote>An Address derived from an NFT ID which can be unlocked by unlocking the corresponding NFT. Defined in <a href='../TIP-0038/tip-0038.md#nft-address'>TIP-38 (NFT Address)</a>.</blockquote>
</details>
<details>
<summary>Anchor Address</summary>
<blockquote>An Address derived from an Anchor ID which can be unlocked by unlocking the corresponding Anchor. Defined in <a href='../TIP-0038/tip-0038.md#anchor-address'>TIP-38 (Anchor Address)</a>.</blockquote>
</details>
<details>
<summary>Multi Address</summary>
<blockquote>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 <a href='../TIP-0052/tip-0052.md#multi-address'>TIP-52 (Multi Address)</a>.</blockquote>
Expand Down

0 comments on commit 29e329b

Please sign in to comment.