Skip to content

Commit

Permalink
Add Anchor Address & update output and unlock type
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGackstatter committed Nov 3, 2023
1 parent 0d7cebe commit 60b696c
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions tips/TIP-0043/tip-0043.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ as a request to smart contract chain accounts.
<tr>
<td>Output Type</td>
<td>uint8</td>
<td>Set to <strong>value 3</strong> to denote a <i>NFT Output</i>.</td>
<td>Set to <strong>value 4</strong> to denote an <i>NFT Output</i>.</td>
</tr>
<tr>
<td>Amount</td>
Expand Down Expand Up @@ -146,6 +146,10 @@ as a request to smart contract chain accounts.
<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 Expand Up @@ -193,6 +197,10 @@ as a request to smart contract chain accounts.
<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 Expand Up @@ -272,6 +280,10 @@ as a request to smart contract chain accounts.
<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 Expand Up @@ -334,6 +346,10 @@ as a request to smart contract chain accounts.
<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 Expand Up @@ -445,6 +461,10 @@ as a request to smart contract chain accounts.
<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 Expand Up @@ -587,7 +607,7 @@ NFT output with the matching `NFT ID`.
<tr>
<td>Unlock Type</td>
<td>uint8</td>
<td>Set to <strong>value 3</strong> to denote an <i>NFT Unlock</i>.</td>
<td>Set to <strong>value 4</strong> to denote an <i>NFT Unlock</i>.</td>
</tr>
<tr>
<td>NFT Reference Unlock Index</td>
Expand Down

0 comments on commit 60b696c

Please sign in to comment.