Vaulta

bss.defi

Contract

  • Action parameter in salelog

    {
      "name": "salelog",
      "base": "",
      "fields": [
        {
          "name": "deposit_id",
          "type": "uint64"
        },
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "price",
          "type": "asset"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "period",
          "type": "uint32"
        },
        {
          "name": "weight",
          "type": "uint32"
        },
        {
          "name": "saving_box",
          "type": "asset"
        },
        {
          "name": "saving_weight",
          "type": "uint64"
        },
        {
          "name": "order_time",
          "type": "uint32"
        },
        {
          "name": "expire_time",
          "type": "uint32"
        }
      ]
    }