Vaulta

wombatblends

Contract

  • Action parameter in blendlog

    {
      "name": "blendlog",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "description",
          "type": "string"
        },
        {
          "name": "in_asset_ids",
          "type": "uint64[]"
        },
        {
          "name": "out_asset_id",
          "type": "uint64"
        },
        {
          "name": "in_templates",
          "type": "nft[]"
        },
        {
          "name": "out_template",
          "type": "nft"
        },
        {
          "name": "total_mint",
          "type": "int32"
        },
        {
          "name": "total_burn",
          "type": "int32"
        }
      ]
    }