Telos

eosio.trail

Contract

  • Struct property of initsettings

    Struct property of registry

    {
      "name": "token_settings",
      "base": "",
      "fields": [
        {
          "name": "is_destructible",
          "type": "bool"
        },
        {
          "name": "is_proxyable",
          "type": "bool"
        },
        {
          "name": "is_burnable",
          "type": "bool"
        },
        {
          "name": "is_seizable",
          "type": "bool"
        },
        {
          "name": "is_max_mutable",
          "type": "bool"
        },
        {
          "name": "is_transferable",
          "type": "bool"
        },
        {
          "name": "is_recastable",
          "type": "bool"
        },
        {
          "name": "is_initialized",
          "type": "bool"
        },
        {
          "name": "counterbal_decay_rate",
          "type": "uint32"
        },
        {
          "name": "lock_after_initialize",
          "type": "bool"
        }
      ]
    }