Vaulta

ceshiyongeos

Contract

The data structures defined by this contract.

  • Table row type of actionpoint

    {
      "name": "actionpoint",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "amount",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in addaction

    {
      "name": "addaction",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "amount",
          "type": "uint64"
        }
      ]
    }
  • Table row type of stakecoin

    {
      "name": "stakecoin",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "eosamount",
          "type": "uint64"
        },
        {
          "name": "nftid",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in test

    {
      "name": "test",
      "base": "",
      "fields": [
        {
          "name": "from",
          "type": "name"
        }
      ]
    }