Vaulta

ac.eos

Contract

The data structures defined by this contract.

  • Table row type of confession

    {
      "name": "Confession",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "value",
          "type": "pair_string_string[]"
        },
        {
          "name": "userId",
          "type": "checksum256"
        },
        {
          "name": "txId",
          "type": "checksum256"
        }
      ]
    }
  • Table row type of config

    {
      "name": "Config",
      "base": "",
      "fields": [
        {
          "name": "options",
          "type": "pair_string_int32[]"
        }
      ]
    }
  • Action parameter in checktxid

    {
      "name": "checktxid",
      "base": "",
      "fields": [
        {
          "name": "scope",
          "type": "name"
        },
        {
          "name": "txId",
          "type": "checksum256"
        }
      ]
    }
  • Action parameter in clear

    {
      "name": "clear",
      "base": "",
      "fields": [
        {
          "name": "scope",
          "type": "name"
        }
      ]
    }
  • Struct property of Config

    {
      "name": "pair_string_int32",
      "base": "",
      "fields": [
        {
          "name": "key",
          "type": "string"
        },
        {
          "name": "value",
          "type": "int32"
        }
      ]
    }
  • Struct property of Confession

    {
      "name": "pair_string_string",
      "base": "",
      "fields": [
        {
          "name": "key",
          "type": "string"
        },
        {
          "name": "value",
          "type": "string"
        }
      ]
    }
  • Action parameter in saylove

    {
      "name": "saylove",
      "base": "",
      "fields": [
        {
          "name": "userId",
          "type": "string"
        },
        {
          "name": "from",
          "type": "string"
        },
        {
          "name": "to",
          "type": "string"
        },
        {
          "name": "phone",
          "type": "string"
        },
        {
          "name": "confession",
          "type": "string"
        }
      ]
    }
  • Action parameter in setconfig

    {
      "name": "setconfig",
      "base": "",
      "fields": [
        {
          "name": "scope",
          "type": "name"
        },
        {
          "name": "key",
          "type": "string"
        },
        {
          "name": "value",
          "type": "int32"
        }
      ]
    }