Created
May 27, 2023 06:47
-
-
Save ariady-putra/0becd76fd99127ef6545af87a4d81698 to your computer and use it in GitHub Desktop.
Cardano Address
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ┌ For spending | |
| │ | |
| ╽ | |
| ┏━ Header ━━━━━━━━━━━━━┳━ Payment credentials ━━━━━━━┳━ Delegation credentials ━━━━┓ | |
| ┃ ┃ ┃ ┃ | |
| ┃ ┃ ┌───────────────────────┐ ┃ ┌───────────────────────┐ ┃ | |
| ┃ ┌──────┬─────────┐ ┃ │ Verification key hash │ ┃ │ Verification key hash │ ┃ | |
| ┃ │ Type │ Network │ ┃ ├────────── OR ─────────┤ ┃ ├────────── OR ─────────┤ ┃ | |
| ┃ └──────┴─────────┘ ┃ │ Script hash │ ┃ │ Script hash │ ┃ | |
| ┃ ┃ └───────────────────────┘ ┃ └───────────────────────┘ ┃ | |
| ┃ ┃ ┃ ┃ | |
| ┗━━━━━━━━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ | |
| ╿ | |
| │ | |
| └ For: | |
| - publishing certificates | |
| - withdrawing rewards | |
| Source: | |
| https://aiken-lang.org/fundamentals/eutxo#tldr-1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment