Vaulta

atomicassets

Contract

  • Table row type of templates

    {
      "name": "templates_s",
      "base": "",
      "fields": [
        {
          "name": "template_id",
          "type": "int32"
        },
        {
          "name": "schema_name",
          "type": "name"
        },
        {
          "name": "transferable",
          "type": "bool"
        },
        {
          "name": "burnable",
          "type": "bool"
        },
        {
          "name": "max_supply",
          "type": "uint32"
        },
        {
          "name": "issued_supply",
          "type": "uint32"
        },
        {
          "name": "immutable_serialized_data",
          "type": "uint8[]"
        }
      ]
    }