Telos

escrow.blacq

Contract

  • Table row type of settings

    {
      "name": "setting",
      "base": "",
      "fields": [
        {
          "name": "token_contract",
          "type": "name"
        },
        {
          "name": "currency",
          "type": "asset"
        },
        {
          "name": "order_id",
          "type": "uint64"
        },
        {
          "name": "suborder_id",
          "type": "uint64"
        },
        {
          "name": "virtual_schemas",
          "type": "name[]"
        },
        {
          "name": "enabled",
          "type": "bool"
        }
      ]
    }