-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationhelp welcomedContributor friendlyContributor friendly
Description
In the line:
If you notice the small icon next to the contract output address, we can even inspect the datum:
We see the d8799f581c10073fd2997d2f7dc6dadcf24966bd06b01930e5210e5de7aebf792dff
but the json you are showing in tutorial is
{
"constructor": 0,
"fields": [
{
"bytes": "4d871c3f74db9ea19e2ca678ac92672ada301a0d8ce2dc6091692a30"
}
]
}
shouldn't it be the same as in the https://preview.cardanoscan.io/datumInspector?datum=d8799f581c10073fd2997d2f7dc6dadcf24966bd06b01930e5210e5de7aebf792dff?
{
constructor: 0,
fields: [
{
bytes: "10073fd2997d2f7dc6dadcf24966bd06b01930e5210e5de7aebf792d"
}
]
}
Or I'm missing something?
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationhelp welcomedContributor friendlyContributor friendly