Module Overview
Module Name EdubukeSeal
Module Reference 1e21b5ed4c
Verification Status Unverifiable
Age 597 days
Sender 92940
More Info
Deployed in block 6,984,387
Deployed in tx dc04
Methods 2
Contracts 1
Module Build Info
Verification Status:Unverifiable
Build Image Used:N/A
Build Command Used:N/A
Archive Hash:N/A
Link to Source Code:N/A
Explanation:No embedded build information found.
Module Schema
Initialization

Parameters
None
Errors
None
Event
{
  "Enum": [
    {
      "Registration": [
        {
          "file_hash": "<String of size 64 containing lowercase hex characters.>",
          "timestamp": "<Timestamp (e.g. `2000-01-01T12:00:00Z`)>",
          "witness": "<AccountAddress>"
        }
      ]
    }
  ]
}
Methods

Parameters
"<String of size 64 containing lowercase hex characters.>"
Errors
{
  "Enum": [
    {
      "ParseParams": []
    },
    {
      "LogFull": []
    },
    {
      "LogMalformed": []
    },
    {
      "OnlyAccount": []
    },
    {
      "AlreadyRegistered": []
    }
  ]
}
Return
None

Parameters
"<String of size 64 containing lowercase hex characters.>"
Errors
{
  "Enum": [
    {
      "ParseParams": []
    },
    {
      "LogFull": []
    },
    {
      "LogMalformed": []
    },
    {
      "OnlyAccount": []
    },
    {
      "AlreadyRegistered": []
    }
  ]
}
Return
{
  "Enum": [
    {
      "None": []
    },
    {
      "Some": [
        {
          "timestamp": "<Timestamp (e.g. `2000-01-01T12:00:00Z`)>",
          "witness": "<AccountAddress>"
        }
      ]
    }
  ]
}
Module Usage