Skip to content

Commit

Permalink
Update docs/build/iota-sdk/1.0.0/docs/how-tos/alias/create.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas Tortora <[email protected]>
  • Loading branch information
anistark and lucas-tortora authored Sep 18, 2023
1 parent b117cee commit 336ac38
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/create.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ https://github.com/iotaledger/iota-sdk/blob/develop/bindings/nodejs/examples/how

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) and [sync it](../accounts-and-addresses/check-balance.mdx).
2. Create an alias output transaction by calling the [`Account.prepareCreateAliasOutput()`](../../references/python/iota_sdk/wallet/account.md#prepare_create_alias_output) function.
2. Prepare an Alias Output transaction by calling the [`Account.prepare_create_alias_output()`](../../references/python/iota_sdk/wallet/account.md#prepare_create_alias_output) function, and then [send](../../references/python/iota_sdk/wallet/account.md#send) it.

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

Expand Down

0 comments on commit 336ac38

Please sign in to comment.