Telos

boid

컨트랙트

  • OfferAction의 구조체 속성

    {
      "name": "NftAction",
      "base": "",
      "fields": [
        {
          "name": "collection_name",
          "type": "name"
        },
        {
          "name": "schema_name",
          "type": "name"
        },
        {
          "name": "template_id",
          "type": "int32"
        },
        {
          "name": "match_immutable_attributes",
          "type": "AtomicAttribute[]"
        },
        {
          "name": "match_mutable_attributes",
          "type": "AtomicAttribute[]"
        },
        {
          "name": "burn",
          "type": "bool"
        },
        {
          "name": "lock_rounds",
          "type": "uint16"
        }
      ]
    }