Skip to content

Feedback for “Hello, World! - with Mesh” #114

@Nikzed

Description

@Nikzed

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

No one assigned

    Labels

    documentationImprovements or additions to documentationhelp welcomedContributor friendly

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions