Skip to content

Commit

Permalink
Review comments fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dkwcs committed Aug 10, 2024
1 parent 629d1a5 commit 862eca6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/content/developer/stardust/claiming.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Go to [Foundry Output](claiming/foundry.mdx).

### Output unlockable by an Alias/Nft Address

Go to [Output unlockable by an Alias/Nft Address](claiming/address-unlock.mdx).
Go to [Output unlockable by an Alias/Nft Address](claiming/address-unlock-condition.mdx).

## Sponsoring your Shimmer claiming

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,8 @@ In Stardust outputs presented an Address Unlock Condition or similarly, in the c

## Claim of an Output owned by another Alias/Nft object


For this example, we're using an `AliasOutput` to extract an `Alias` object that owns an `NftOutput`.

Before we start the unlock process, we have to get Iota coins due to sponsorship flow:
<Tabs>
<TabItem value="rs" label="Rust">

```rust file=<rootDir>/docs/examples/rust/stardust/address_unlock_condition.rs#L313-L332
```

</TabItem>
</Tabs>

1. The first step is to fetch the `AliasOutput` object that is needed for claiming the `NftOutput`.

<Tabs>
Expand Down
2 changes: 1 addition & 1 deletion docs/content/sidebars/developer.js
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ const developer = [
{
type: 'doc',
label: 'Output unlockable by an Alias/Nft Address',
id: 'developer/stardust/claiming/address-unlock',
id: 'developer/stardust/claiming/address-unlock-condition',
},
{
type: 'doc',
Expand Down

0 comments on commit 862eca6

Please sign in to comment.