Skip to content

Commit

Permalink
Link to linked list
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mueller committed Dec 20, 2024
1 parent 083b7aa commit 5766197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ There is also no risk of UTxO congestion as the "system outputs" are used as ref

### Sanctioned Addresses

The list of sanctioned addresses is stored on-chain as a _linked list_. This means that each entry (address) in the list is represented single transaction output that includes the address itself as well as a pointer to the next address in lexicographical order.
The list of sanctioned addresses is stored on-chain as a [_linked list_](https://github.com/Anastasia-Labs/plutarch-linked-list). This means that each entry (address) in the list is represented single transaction output that includes the address itself as well as a pointer to the next address in lexicographical order.

When checking a transfer the transfer logic script is provided with a single reference input pointing to the relevant entry in the ordered linked list.

Expand Down

0 comments on commit 5766197

Please sign in to comment.