Vaulta

sapexamm.eo

Contract

The data structures defined by this contract.

  • Action parameter in init

    {
      "name": "init",
      "base": "",
      "fields": []
    }
  • Table row type of sapextbl

    {
      "name": "sapexrec",
      "base": "",
      "fields": [
        {
          "name": "ticker",
          "type": "symbol_code"
        },
        {
          "name": "contract",
          "type": "name"
        },
        {
          "name": "token",
          "type": "uint64"
        },
        {
          "name": "sapex",
          "type": "uint64"
        }
      ]
    }