Vaulta

pwrdbyobolus

Contract

  • Table row type of boards

    {
      "name": "boardstable",
      "base": "",
      "fields": [
        {
          "name": "quote",
          "type": "symbol"
        },
        {
          "name": "base",
          "type": "symbol"
        },
        {
          "name": "quoteAcc",
          "type": "name"
        },
        {
          "name": "baseAcc",
          "type": "name"
        },
        {
          "name": "feeAccount",
          "type": "name"
        },
        {
          "name": "feePerM",
          "type": "int64"
        },
        {
          "name": "halted",
          "type": "bool"
        },
        {
          "name": "tickSizePrec",
          "type": "uint8"
        },
        {
          "name": "lotSizePrec",
          "type": "uint8"
        },
        {
          "name": "minValue",
          "type": "uint64"
        },
        {
          "name": "boardId",
          "type": "uint64"
        }
      ]
    }