Skip to content

Commit

Permalink
Update documentation/docs/protocol_specification/components/advanced_…
Browse files Browse the repository at this point in the history
…outputs.md
  • Loading branch information
lucas-tortora authored Jun 8, 2023
1 parent add4876 commit eb66612
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,6 @@ Transferring NFTs is also feeless, just like any other transaction in IOTA.
## GoShimmer Implementation

If you are interested, you can find the GoShimmer implementation of the new output types in
[output.go](https://github.com/lucas-tortora/goshimmer/blob/develop/packages/protocol/engine/ledger/vm/devnetvm/output.go):
- [AliasOutput](https://github.com/lucas-tortora/goshimmer/blob/develop/packages/protocol/engine/ledger/vm/devnetvm/output.go#L598) and
- [ExtendedLockedOutput](https://github.com/lucas-tortora/goshimmer/blob/develop/packages/protocol/engine/ledger/vm/devnetvm/output.go#L1582)
[output.go](https://github.com/iotaledger/goshimmer/blob/develop/packages/protocol/engine/ledger/vm/devnetvm/output.go):
- [AliasOutput](https://github.com/iotaledger/goshimmer/blob/develop/packages/protocol/engine/ledger/vm/devnetvm/output.go#L598) and
- [ExtendedLockedOutput](https://github.com/iotaledger/goshimmer/blob/develop/packages/protocol/engine/ledger/vm/devnetvm/output.go#L1582)

0 comments on commit eb66612

Please sign in to comment.