|
262 | 262 | },{ |
263 | 263 | "name": "platform_config", |
264 | 264 | "base": "", |
265 | | - "fields": [ |
266 | | - {"name": "account", "type": "account_name"}, |
267 | | - {"name": "weight", "type": "float64"}, |
268 | | - {"name": "period", "type": "uint32"} |
269 | | - ] |
270 | | - },{ |
271 | | - "name": "platform_config_extended", |
272 | | - "base": "", |
273 | 265 | "fields": [ |
274 | 266 | {"name": "account", "type": "account_name"}, |
275 | 267 | {"name": "weight", "type": "float64"}, |
|
301 | 293 | {"name":"max_transaction_delay", "type":"uint32"}, |
302 | 294 | {"name":"max_inline_action_size", "type":"uint32"}, |
303 | 295 | {"name":"max_inline_action_depth", "type":"uint16"}, |
304 | | - {"name":"max_authority_depth", "type":"uint16"}, |
305 | | - {"name":"platforms", "type":"platform_config[]"} |
| 296 | + {"name":"max_authority_depth", "type":"uint16"} |
306 | 297 | ] |
307 | 298 | },{ |
308 | 299 | "name": "snax_global_state", |
|
460 | 451 | "name": "setplatforms", |
461 | 452 | "base": "", |
462 | 453 | "fields": [ |
463 | | - {"name":"platforms", "type":"platform_config_extended[]"} |
| 454 | + {"name":"platforms", "type":"platform_config[]"} |
464 | 455 | ] |
465 | 456 | },{ |
466 | 457 | "name": "setparams", |
|
651 | 642 | "index_type": "i64", |
652 | 643 | "key_names" : ["owner"], |
653 | 644 | "key_types" : ["account_name"] |
| 645 | + },{ |
| 646 | + "name": "platforms", |
| 647 | + "type": "platform_config", |
| 648 | + "index_type": "i64", |
| 649 | + "key_names" : ["account"], |
| 650 | + "key_types" : ["account_name"] |
654 | 651 | },{ |
655 | 652 | "name": "userres", |
656 | 653 | "type": "user_resources", |
|
0 commit comments