We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4155dfc commit 68e7444Copy full SHA for 68e7444
polymesh_schema.json
@@ -1249,6 +1249,26 @@
1249
}
1250
],
1251
"type": "Vec<DispatchError>"
1252
+ },
1253
+ "instruction_asset_count": {
1254
+ "description": "Returns the AssetCount for the given instruction.",
1255
+ "params": [
1256
+ {
1257
+ "name": "instruction_id",
1258
+ "type": "InstructionId"
1259
+ }
1260
+ ],
1261
+ "type": "AssetCount"
1262
1263
+ "lock_instruction_weight": {
1264
+ "description": "Returns the weight for executing lock_instruction.",
1265
1266
1267
1268
1269
1270
1271
+ "type": "Result<Weight, DispatchError>"
1272
1273
},
1274
"version": 2
0 commit comments