Skip to content

Commit

Permalink
mesh-1097: update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Centril committed Oct 13, 2020
1 parent 6085ae1 commit 14de66c
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions polymesh_schema.json
Expand Up @@ -649,7 +649,8 @@
"JoinIdentity": "Permissions",
"PortfolioCustody": "PortfolioId",
"Custom": "Ticker",
"NoData": ""
"NoData": "",
"TransferCorporateActionAgent": "Ticker"
}
},
"AuthIdentifier": {
Expand All @@ -674,7 +675,7 @@
"MetaUrl": "Text",
"MetaDescription": "Text",
"MetaVersion": "u32",
"ExtVersion":"u32",
"ExtVersion": "u32",
"TemplateMetadata": {
"url": "Option<MetaUrl>",
"se_type": "SmartExtensionType",
Expand Down Expand Up @@ -1033,7 +1034,17 @@
},
"ExtensionAttributes": {
"usage_fee": "Balance",
"version":"MetaVersion"
"version": "MetaVersion"
},
"TargetIdentities": {
"identities": "Vec<IdentitityId>",
"treatment": "TargetTreatment"
},
"TargetTreatment": {
"_enum": [
"Include",
"Exclude"
]
}
},
"rpc": {
Expand Down

0 comments on commit 14de66c

Please sign in to comment.