Vaulta

gotciosource

Contract

  • Table row type of orders

    {
      "name": "v1order",
      "base": "",
      "fields": [
        {
          "name": "order_no",
          "type": "string"
        },
        {
          "name": "currency_id",
          "type": "uint64"
        },
        {
          "name": "token_quantity",
          "type": "asset"
        },
        {
          "name": "token_amount",
          "type": "asset"
        },
        {
          "name": "token_fee",
          "type": "asset"
        },
        {
          "name": "token_symbol",
          "type": "symbol_code"
        },
        {
          "name": "fiat_amount",
          "type": "string"
        },
        {
          "name": "fiat_symbol",
          "type": "symbol_code"
        },
        {
          "name": "buyer",
          "type": "name"
        },
        {
          "name": "seller",
          "type": "name"
        },
        {
          "name": "client",
          "type": "name"
        },
        {
          "name": "support_submitter",
          "type": "name"
        },
        {
          "name": "o_side",
          "type": "order_side"
        },
        {
          "name": "p_status",
          "type": "pay_status"
        },
        {
          "name": "s_status",
          "type": "support_status"
        },
        {
          "name": "created_at",
          "type": "uint64"
        },
        {
          "name": "confirmed_at",
          "type": "uint64"
        },
        {
          "name": "paid_at",
          "type": "uint64"
        },
        {
          "name": "updated_at",
          "type": "uint64"
        },
        {
          "name": "timeout_at",
          "type": "uint64"
        }
      ]
    }