Vaulta

tradelarimer

Contract

The data structures defined by this contract.

  • Table row type of baltable

    {
      "name": "baltable",
      "base": "",
      "fields": [
        {
          "name": "usdpool",
          "type": "uint64"
        },
        {
          "name": "larimer",
          "type": "uint64"
        },
        {
          "name": "usdt",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in syncbal

    {
      "name": "syncbal",
      "base": "",
      "fields": []
    }
  • Action parameter in test

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