Module Overview
Module Name five-stars-transaction
Module Reference d2ee7151b9
Verification Status Unverifiable
Age 39 days
Sender 5TARS
More Info
Deployed in block 26,685,720
Deployed in tx 6367
Methods 2
Contracts 2
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 source code found.
Module Schema
Initialization

Parameters
None
Errors
None
Event
{
  "Enum": [
    {
      "Access": [
        {
          "public_key": "<String of size 64 containing lowercase hex characters.>",
          "timestamp": "<Timestamp (e.g. `2000-01-01T12:00:00Z`)>"
        }
      ]
    }
  ]
}
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 (e.g. `2000-01-01T12:00:00Z`)>"
      ]
    }
  ]
}
Module Usage