Skip to content

Commit

Permalink
outputs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
anistark committed Sep 4, 2023
1 parent b8a8cf0 commit dbaaac9
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
12 changes: 11 additions & 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 @@ -122,5 +122,15 @@ https://github.com/iotaledger/iota-sdk/blob/develop/bindings/python/examples/how
### Expected Output

```plaintext
...
Aliases BEFORE (141):
[
...
]
Sending the create-alias transaction...
Transaction sent: 0x7ce05ab09bc562c7b383067b774edd780e3a9235e9c76a5cccabdd9744b6a719
Transaction included: https://explorer.shimmer.network/testnet/block/0x603c0e010b4e7665913c04729aad692a1c7557234185e98c821e1142fa49823d
Aliases AFTER (142):
[
...
]
```
13 changes: 12 additions & 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 @@ -120,5 +120,16 @@ https://github.com/iotaledger/iota-sdk/blob/develop/bindings/python/examples/how
### Expected Output

```plaintext
...
Aliases BEFORE destroying (142):
[
...
]
Sending the destroy-alias transaction...
Transaction sent: 0x829a635a7edc28bee4d4a1019b7b1f1bedec11d83c118b6f2a7904590f4bb458
Block included: https://explorer.shimmer.network/testnet/block/0xd455b8132c0b109dd0b2d1d157c6b1d7275318f69dcf56f536a7b14d9fa17bb3
Destroyed alias 0xf708a29e9619e847916de76c2e167e87a704c235dcbd7cda018865be7f561b5a
Aliases AFTER destroying (141):
[
...
]
```

0 comments on commit dbaaac9

Please sign in to comment.