We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4327b8 commit 5d4bb99Copy full SHA for 5d4bb99
polymesh_schema.json
@@ -1118,15 +1118,15 @@
1118
"self_transfer": "bool",
1119
"invalid_receiver_cdd": "bool",
1120
"invalid_sender_cdd": "bool",
1121
- "missing_scope_claim": "bool",
1122
"receiver_custodian_error": "bool",
1123
"sender_custodian_error": "bool",
1124
"sender_insufficient_balance": "bool",
1125
"portfolio_validity_result": "PortfolioValidityResult",
1126
"asset_frozen": "bool",
1127
"transfer_condition_result": "Vec<TransferConditionResult>",
1128
"compliance_result": "AssetComplianceResult",
1129
- "result": "bool"
+ "result": "bool",
+ "consumed_weight": "Option<Weight>"
1130
},
1131
"PortfolioValidityResult": {
1132
"receiver_is_same_portfolio": "bool",
0 commit comments