Vaulta

rating.pra

Contract

The data structures defined by this contract.

  • Struct property of addrating

    Struct property of delrating

    Table row type of trating

    {
      "name": "Rating",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "account_type",
          "type": "uint8"
        },
        {
          "name": "normal_account_level",
          "type": "uint8"
        },
        {
          "name": "code_account_level",
          "type": "uint8"
        }
      ]
    }
  • Action parameter in check

    {
      "name": "check",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        }
      ]
    }
  • Action parameter in checkblack

    {
      "name": "checkblack",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "notifyaccnt",
          "type": "name"
        },
        {
          "name": "notifyfunc",
          "type": "string"
        }
      ]
    }
  • Action parameter in addrating

    {
      "name": "addrating",
      "base": "",
      "fields": [
        {
          "name": "rating",
          "type": "Rating"
        }
      ]
    }
  • Action parameter in delrating

    {
      "name": "delrating",
      "base": "",
      "fields": [
        {
          "name": "rating",
          "type": "Rating"
        }
      ]
    }
  • Action parameter in logreceipt

    {
      "name": "logreceipt",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "account_type",
          "type": "uint8"
        },
        {
          "name": "account_level",
          "type": "uint8"
        }
      ]
    }