Telos

eosio.trail

컨트랙트

  • initsettings의 구조체 속성

    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"
        }
      ]
    }