Skip to content

Commit

Permalink
Update docs/build/iota-sdk/1.0.0/docs/how-tos/alias/destroy.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas Tortora <85233773+lucas-tortora@users.noreply.github.com>
  • Loading branch information
anistark and lucas-tortora authored Sep 18, 2023
1 parent e36bd91 commit 0e69e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build/iota-sdk/1.0.0/docs/how-tos/alias/destroy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The following example will:

1. Instantiate a [`Wallet`](https://docs.rs/iota-sdk/latest/iota_sdk/wallet/core/struct.Wallet.html), get Alice's `Account` which was
[created in the first guide](../accounts-and-addresses/create-account.mdx).
2. Destroy an alias output transaction by calling the [`Account.burn()`](https://docs.rs/iota-sdk/latest/iota_sdk/wallet/account/struct.Account.html#method.burn) function.
2. Destroy an Alias Output transaction by calling the [`Account.burn()`](https://docs.rs/iota-sdk/latest/iota_sdk/wallet/account/struct.Account.html#method.burn) function.

<div className={'hide-code-block-extras'}>

Expand Down

0 comments on commit 0e69e84

Please sign in to comment.