Browse Source

updated types

ignazio-bovo 3 years ago
parent
commit
c90831f4de
2 changed files with 8 additions and 4 deletions
  1. 0 0
      chain-metadata.json
  2. 8 4
      types/augment/all/defs.json

File diff suppressed because it is too large
+ 0 - 0
chain-metadata.json


+ 8 - 4
types/augment/all/defs.json

@@ -761,6 +761,7 @@
         "_enum": {
             "Curator": "(CuratorGroupId,CuratorId)",
             "Member": "MemberId",
+	    "Collaborator": "MemberId",
             "Lead": "Null"
         }
     },
@@ -773,7 +774,8 @@
         "num_videos": "u64",
         "is_censored": "bool",
         "reward_account": "Option<GenericAccountId>",
-        "deletion_prize_source_account_id": "GenericAccountId"
+        "deletion_prize_source_account_id": "GenericAccountId",
+        "collaborators": "BTreeSet<MemberId>"
     },
     "ChannelOwner": {
         "_enum": {
@@ -792,13 +794,15 @@
     "ChannelCreationParameters": {
         "assets": "Option<StorageAssets>",
         "meta": "Option<Bytes>",
-        "reward_account": "Option<GenericAccountId>"
+        "reward_account": "Option<GenericAccountId>",
+        "collaborators": "BTreeSet<MemberId>"
     },
     "ChannelUpdateParameters": {
         "assets_to_upload": "Option<StorageAssets>",
         "new_meta": "Option<Bytes>",
         "reward_account": "Option<Option<GenericAccountId>>",
-        "assets_to_remove": "BTreeSet<DataObjectId>"
+        "assets_to_remove": "BTreeSet<DataObjectId>",
+        "collaborators": "Option<BTreeSet<MemberId>>"
     },
     "ChannelOwnershipTransferRequestId": "u64",
     "ChannelOwnershipTransferRequest": {
@@ -891,4 +895,4 @@
     "MaxNumber": "u32",
     "IsCensored": "bool",
     "AccountInfo": "AccountInfoWithRefCount"
-}
+}

Some files were not shown because too many files changed in this diff