@ixo/editor 6.4.0 → 6.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2268,6 +2268,1217 @@
2268
2268
  }
2269
2269
  ]
2270
2270
  },
2271
+ {
2272
+ "type": "qi/governance.authz.exec",
2273
+ "aliases": [],
2274
+ "sideEffect": true,
2275
+ "defaultRequiresConfirmation": true,
2276
+ "proof": {
2277
+ "kind": "fields",
2278
+ "fields": [
2279
+ "proposalId"
2280
+ ]
2281
+ },
2282
+ "hasDynamicEvents": false,
2283
+ "hasDynamicOutputSchema": false,
2284
+ "eligibleForEventTrigger": false,
2285
+ "can": "governance.authz/exec",
2286
+ "requiredCapability": "flow/block/execute",
2287
+ "outputSchema": [
2288
+ {
2289
+ "path": "proposalId",
2290
+ "displayName": "Proposal ID",
2291
+ "type": "string",
2292
+ "description": "The on-chain proposal identifier"
2293
+ },
2294
+ {
2295
+ "path": "proposalTitle",
2296
+ "displayName": "Proposal Title",
2297
+ "type": "string",
2298
+ "description": "The proposal name voters see on-chain"
2299
+ },
2300
+ {
2301
+ "path": "proposalDescription",
2302
+ "displayName": "Proposal Description",
2303
+ "type": "string",
2304
+ "description": "The long-form description voters see on-chain"
2305
+ },
2306
+ {
2307
+ "path": "status",
2308
+ "displayName": "Proposal Status",
2309
+ "type": "string",
2310
+ "description": "Current proposal status (open, passed, rejected, executed, etc.)"
2311
+ },
2312
+ {
2313
+ "path": "proposalContractAddress",
2314
+ "displayName": "Proposal Contract Address",
2315
+ "type": "string",
2316
+ "description": "The proposal module contract address"
2317
+ },
2318
+ {
2319
+ "path": "coreAddress",
2320
+ "displayName": "Core Address",
2321
+ "type": "string",
2322
+ "description": "The DAO core contract address"
2323
+ },
2324
+ {
2325
+ "path": "createdAt",
2326
+ "displayName": "Created At",
2327
+ "type": "string",
2328
+ "description": "ISO timestamp of proposal creation"
2329
+ },
2330
+ {
2331
+ "path": "authzExecActionType",
2332
+ "displayName": "Exec Action Type",
2333
+ "type": "string",
2334
+ "description": "The executed message type URL (or `custom`)"
2335
+ },
2336
+ {
2337
+ "path": "validatorAddress",
2338
+ "displayName": "Validator Address",
2339
+ "type": "string",
2340
+ "description": "The validator targeted by staking ops (empty for custom)"
2341
+ }
2342
+ ]
2343
+ },
2344
+ {
2345
+ "type": "qi/governance.authz.grant",
2346
+ "aliases": [],
2347
+ "sideEffect": true,
2348
+ "defaultRequiresConfirmation": true,
2349
+ "proof": {
2350
+ "kind": "fields",
2351
+ "fields": [
2352
+ "proposalId"
2353
+ ]
2354
+ },
2355
+ "hasDynamicEvents": false,
2356
+ "hasDynamicOutputSchema": false,
2357
+ "eligibleForEventTrigger": false,
2358
+ "can": "governance.authz/grant",
2359
+ "requiredCapability": "flow/block/execute",
2360
+ "outputSchema": [
2361
+ {
2362
+ "path": "proposalId",
2363
+ "displayName": "Proposal ID",
2364
+ "type": "string",
2365
+ "description": "The on-chain proposal identifier"
2366
+ },
2367
+ {
2368
+ "path": "proposalTitle",
2369
+ "displayName": "Proposal Title",
2370
+ "type": "string",
2371
+ "description": "The proposal name voters see on-chain"
2372
+ },
2373
+ {
2374
+ "path": "proposalDescription",
2375
+ "displayName": "Proposal Description",
2376
+ "type": "string",
2377
+ "description": "The long-form description voters see on-chain"
2378
+ },
2379
+ {
2380
+ "path": "status",
2381
+ "displayName": "Proposal Status",
2382
+ "type": "string",
2383
+ "description": "Current proposal status (open, passed, rejected, executed, etc.)"
2384
+ },
2385
+ {
2386
+ "path": "proposalContractAddress",
2387
+ "displayName": "Proposal Contract Address",
2388
+ "type": "string",
2389
+ "description": "The proposal module contract address"
2390
+ },
2391
+ {
2392
+ "path": "coreAddress",
2393
+ "displayName": "Core Address",
2394
+ "type": "string",
2395
+ "description": "The DAO core contract address"
2396
+ },
2397
+ {
2398
+ "path": "createdAt",
2399
+ "displayName": "Created At",
2400
+ "type": "string",
2401
+ "description": "ISO timestamp of proposal creation"
2402
+ },
2403
+ {
2404
+ "path": "grantee",
2405
+ "displayName": "Grantee",
2406
+ "type": "string",
2407
+ "description": "Address that receives the authorization"
2408
+ },
2409
+ {
2410
+ "path": "msgTypeUrl",
2411
+ "displayName": "Message Type URL",
2412
+ "type": "string",
2413
+ "description": "The message type the grantee may execute"
2414
+ }
2415
+ ]
2416
+ },
2417
+ {
2418
+ "type": "qi/governance.authz.revoke",
2419
+ "aliases": [],
2420
+ "sideEffect": true,
2421
+ "defaultRequiresConfirmation": true,
2422
+ "proof": {
2423
+ "kind": "fields",
2424
+ "fields": [
2425
+ "proposalId"
2426
+ ]
2427
+ },
2428
+ "hasDynamicEvents": false,
2429
+ "hasDynamicOutputSchema": false,
2430
+ "eligibleForEventTrigger": false,
2431
+ "can": "governance.authz/revoke",
2432
+ "requiredCapability": "flow/block/execute",
2433
+ "outputSchema": [
2434
+ {
2435
+ "path": "proposalId",
2436
+ "displayName": "Proposal ID",
2437
+ "type": "string",
2438
+ "description": "The on-chain proposal identifier"
2439
+ },
2440
+ {
2441
+ "path": "proposalTitle",
2442
+ "displayName": "Proposal Title",
2443
+ "type": "string",
2444
+ "description": "The proposal name voters see on-chain"
2445
+ },
2446
+ {
2447
+ "path": "proposalDescription",
2448
+ "displayName": "Proposal Description",
2449
+ "type": "string",
2450
+ "description": "The long-form description voters see on-chain"
2451
+ },
2452
+ {
2453
+ "path": "status",
2454
+ "displayName": "Proposal Status",
2455
+ "type": "string",
2456
+ "description": "Current proposal status (open, passed, rejected, executed, etc.)"
2457
+ },
2458
+ {
2459
+ "path": "proposalContractAddress",
2460
+ "displayName": "Proposal Contract Address",
2461
+ "type": "string",
2462
+ "description": "The proposal module contract address"
2463
+ },
2464
+ {
2465
+ "path": "coreAddress",
2466
+ "displayName": "Core Address",
2467
+ "type": "string",
2468
+ "description": "The DAO core contract address"
2469
+ },
2470
+ {
2471
+ "path": "createdAt",
2472
+ "displayName": "Created At",
2473
+ "type": "string",
2474
+ "description": "ISO timestamp of proposal creation"
2475
+ },
2476
+ {
2477
+ "path": "grantee",
2478
+ "displayName": "Grantee",
2479
+ "type": "string",
2480
+ "description": "Address whose authorization is revoked"
2481
+ },
2482
+ {
2483
+ "path": "msgTypeUrl",
2484
+ "displayName": "Message Type URL",
2485
+ "type": "string",
2486
+ "description": "The message type of the revoked grant"
2487
+ }
2488
+ ]
2489
+ },
2490
+ {
2491
+ "type": "qi/governance.chain-governance-vote",
2492
+ "aliases": [],
2493
+ "sideEffect": true,
2494
+ "defaultRequiresConfirmation": true,
2495
+ "proof": {
2496
+ "kind": "fields",
2497
+ "fields": [
2498
+ "proposalId"
2499
+ ]
2500
+ },
2501
+ "hasDynamicEvents": false,
2502
+ "hasDynamicOutputSchema": false,
2503
+ "eligibleForEventTrigger": false,
2504
+ "can": "governance/chain-governance-vote",
2505
+ "requiredCapability": "flow/block/execute",
2506
+ "outputSchema": [
2507
+ {
2508
+ "path": "proposalId",
2509
+ "displayName": "Proposal ID",
2510
+ "type": "string",
2511
+ "description": "The on-chain proposal identifier"
2512
+ },
2513
+ {
2514
+ "path": "proposalTitle",
2515
+ "displayName": "Proposal Title",
2516
+ "type": "string",
2517
+ "description": "The proposal name voters see on-chain"
2518
+ },
2519
+ {
2520
+ "path": "proposalDescription",
2521
+ "displayName": "Proposal Description",
2522
+ "type": "string",
2523
+ "description": "The long-form description voters see on-chain"
2524
+ },
2525
+ {
2526
+ "path": "status",
2527
+ "displayName": "Proposal Status",
2528
+ "type": "string",
2529
+ "description": "Current proposal status (open, passed, rejected, executed, etc.)"
2530
+ },
2531
+ {
2532
+ "path": "proposalContractAddress",
2533
+ "displayName": "Proposal Contract Address",
2534
+ "type": "string",
2535
+ "description": "The proposal module contract address"
2536
+ },
2537
+ {
2538
+ "path": "coreAddress",
2539
+ "displayName": "Core Address",
2540
+ "type": "string",
2541
+ "description": "The DAO core contract address"
2542
+ },
2543
+ {
2544
+ "path": "createdAt",
2545
+ "displayName": "Created At",
2546
+ "type": "string",
2547
+ "description": "ISO timestamp of proposal creation"
2548
+ },
2549
+ {
2550
+ "path": "chainProposalId",
2551
+ "displayName": "Chain Proposal ID",
2552
+ "type": "string",
2553
+ "description": "The chain governance proposal the POD votes on"
2554
+ },
2555
+ {
2556
+ "path": "voteOption",
2557
+ "displayName": "Vote Option",
2558
+ "type": "string",
2559
+ "description": "The vote cast (Yes, Abstain, No, No with veto)"
2560
+ }
2561
+ ]
2562
+ },
2563
+ {
2564
+ "type": "qi/governance.contract.execute",
2565
+ "aliases": [],
2566
+ "sideEffect": true,
2567
+ "defaultRequiresConfirmation": true,
2568
+ "proof": {
2569
+ "kind": "fields",
2570
+ "fields": [
2571
+ "proposalId"
2572
+ ]
2573
+ },
2574
+ "hasDynamicEvents": false,
2575
+ "hasDynamicOutputSchema": false,
2576
+ "eligibleForEventTrigger": false,
2577
+ "can": "governance.contract/execute",
2578
+ "requiredCapability": "flow/block/execute",
2579
+ "outputSchema": [
2580
+ {
2581
+ "path": "proposalId",
2582
+ "displayName": "Proposal ID",
2583
+ "type": "string",
2584
+ "description": "The on-chain proposal identifier"
2585
+ },
2586
+ {
2587
+ "path": "proposalTitle",
2588
+ "displayName": "Proposal Title",
2589
+ "type": "string",
2590
+ "description": "The proposal name voters see on-chain"
2591
+ },
2592
+ {
2593
+ "path": "proposalDescription",
2594
+ "displayName": "Proposal Description",
2595
+ "type": "string",
2596
+ "description": "The long-form description voters see on-chain"
2597
+ },
2598
+ {
2599
+ "path": "status",
2600
+ "displayName": "Proposal Status",
2601
+ "type": "string",
2602
+ "description": "Current proposal status (open, passed, rejected, executed, etc.)"
2603
+ },
2604
+ {
2605
+ "path": "proposalContractAddress",
2606
+ "displayName": "Proposal Contract Address",
2607
+ "type": "string",
2608
+ "description": "The proposal module contract address"
2609
+ },
2610
+ {
2611
+ "path": "coreAddress",
2612
+ "displayName": "Core Address",
2613
+ "type": "string",
2614
+ "description": "The DAO core contract address"
2615
+ },
2616
+ {
2617
+ "path": "createdAt",
2618
+ "displayName": "Created At",
2619
+ "type": "string",
2620
+ "description": "ISO timestamp of proposal creation"
2621
+ },
2622
+ {
2623
+ "path": "contractAddress",
2624
+ "displayName": "Contract Address",
2625
+ "type": "string",
2626
+ "description": "The smart contract the message executes on"
2627
+ }
2628
+ ]
2629
+ },
2630
+ {
2631
+ "type": "qi/governance.contract.instantiate",
2632
+ "aliases": [],
2633
+ "sideEffect": true,
2634
+ "defaultRequiresConfirmation": true,
2635
+ "proof": {
2636
+ "kind": "fields",
2637
+ "fields": [
2638
+ "proposalId"
2639
+ ]
2640
+ },
2641
+ "hasDynamicEvents": false,
2642
+ "hasDynamicOutputSchema": false,
2643
+ "eligibleForEventTrigger": false,
2644
+ "can": "governance.contract/instantiate",
2645
+ "requiredCapability": "flow/block/execute",
2646
+ "outputSchema": [
2647
+ {
2648
+ "path": "proposalId",
2649
+ "displayName": "Proposal ID",
2650
+ "type": "string",
2651
+ "description": "The on-chain proposal identifier"
2652
+ },
2653
+ {
2654
+ "path": "proposalTitle",
2655
+ "displayName": "Proposal Title",
2656
+ "type": "string",
2657
+ "description": "The proposal name voters see on-chain"
2658
+ },
2659
+ {
2660
+ "path": "proposalDescription",
2661
+ "displayName": "Proposal Description",
2662
+ "type": "string",
2663
+ "description": "The long-form description voters see on-chain"
2664
+ },
2665
+ {
2666
+ "path": "status",
2667
+ "displayName": "Proposal Status",
2668
+ "type": "string",
2669
+ "description": "Current proposal status (open, passed, rejected, executed, etc.)"
2670
+ },
2671
+ {
2672
+ "path": "proposalContractAddress",
2673
+ "displayName": "Proposal Contract Address",
2674
+ "type": "string",
2675
+ "description": "The proposal module contract address"
2676
+ },
2677
+ {
2678
+ "path": "coreAddress",
2679
+ "displayName": "Core Address",
2680
+ "type": "string",
2681
+ "description": "The DAO core contract address"
2682
+ },
2683
+ {
2684
+ "path": "createdAt",
2685
+ "displayName": "Created At",
2686
+ "type": "string",
2687
+ "description": "ISO timestamp of proposal creation"
2688
+ },
2689
+ {
2690
+ "path": "codeId",
2691
+ "displayName": "Code ID",
2692
+ "type": "string",
2693
+ "description": "The wasm code id instantiated"
2694
+ },
2695
+ {
2696
+ "path": "contractLabel",
2697
+ "displayName": "Contract Label",
2698
+ "type": "string",
2699
+ "description": "The label stored on the new contract"
2700
+ }
2701
+ ]
2702
+ },
2703
+ {
2704
+ "type": "qi/governance.contract.manage-cw20",
2705
+ "aliases": [],
2706
+ "sideEffect": true,
2707
+ "defaultRequiresConfirmation": true,
2708
+ "proof": {
2709
+ "kind": "fields",
2710
+ "fields": [
2711
+ "proposalId"
2712
+ ]
2713
+ },
2714
+ "hasDynamicEvents": false,
2715
+ "hasDynamicOutputSchema": false,
2716
+ "eligibleForEventTrigger": false,
2717
+ "can": "governance.contract/manage-cw20",
2718
+ "requiredCapability": "flow/block/execute",
2719
+ "outputSchema": [
2720
+ {
2721
+ "path": "proposalId",
2722
+ "displayName": "Proposal ID",
2723
+ "type": "string",
2724
+ "description": "The on-chain proposal identifier"
2725
+ },
2726
+ {
2727
+ "path": "proposalTitle",
2728
+ "displayName": "Proposal Title",
2729
+ "type": "string",
2730
+ "description": "The proposal name voters see on-chain"
2731
+ },
2732
+ {
2733
+ "path": "proposalDescription",
2734
+ "displayName": "Proposal Description",
2735
+ "type": "string",
2736
+ "description": "The long-form description voters see on-chain"
2737
+ },
2738
+ {
2739
+ "path": "status",
2740
+ "displayName": "Proposal Status",
2741
+ "type": "string",
2742
+ "description": "Current proposal status (open, passed, rejected, executed, etc.)"
2743
+ },
2744
+ {
2745
+ "path": "proposalContractAddress",
2746
+ "displayName": "Proposal Contract Address",
2747
+ "type": "string",
2748
+ "description": "The proposal module contract address"
2749
+ },
2750
+ {
2751
+ "path": "coreAddress",
2752
+ "displayName": "Core Address",
2753
+ "type": "string",
2754
+ "description": "The DAO core contract address"
2755
+ },
2756
+ {
2757
+ "path": "createdAt",
2758
+ "displayName": "Created At",
2759
+ "type": "string",
2760
+ "description": "ISO timestamp of proposal creation"
2761
+ },
2762
+ {
2763
+ "path": "tokenContract",
2764
+ "displayName": "Token Contract",
2765
+ "type": "string",
2766
+ "description": "The cw20 token contract tracked or untracked"
2767
+ },
2768
+ {
2769
+ "path": "adding",
2770
+ "displayName": "Tracking",
2771
+ "type": "string",
2772
+ "description": "'true' when the token was tracked, 'false' when untracked"
2773
+ }
2774
+ ]
2775
+ },
2776
+ {
2777
+ "type": "qi/governance.contract.migrate",
2778
+ "aliases": [],
2779
+ "sideEffect": true,
2780
+ "defaultRequiresConfirmation": true,
2781
+ "proof": {
2782
+ "kind": "fields",
2783
+ "fields": [
2784
+ "proposalId"
2785
+ ]
2786
+ },
2787
+ "hasDynamicEvents": false,
2788
+ "hasDynamicOutputSchema": false,
2789
+ "eligibleForEventTrigger": false,
2790
+ "can": "governance.contract/migrate",
2791
+ "requiredCapability": "flow/block/execute",
2792
+ "outputSchema": [
2793
+ {
2794
+ "path": "proposalId",
2795
+ "displayName": "Proposal ID",
2796
+ "type": "string",
2797
+ "description": "The on-chain proposal identifier"
2798
+ },
2799
+ {
2800
+ "path": "proposalTitle",
2801
+ "displayName": "Proposal Title",
2802
+ "type": "string",
2803
+ "description": "The proposal name voters see on-chain"
2804
+ },
2805
+ {
2806
+ "path": "proposalDescription",
2807
+ "displayName": "Proposal Description",
2808
+ "type": "string",
2809
+ "description": "The long-form description voters see on-chain"
2810
+ },
2811
+ {
2812
+ "path": "status",
2813
+ "displayName": "Proposal Status",
2814
+ "type": "string",
2815
+ "description": "Current proposal status (open, passed, rejected, executed, etc.)"
2816
+ },
2817
+ {
2818
+ "path": "proposalContractAddress",
2819
+ "displayName": "Proposal Contract Address",
2820
+ "type": "string",
2821
+ "description": "The proposal module contract address"
2822
+ },
2823
+ {
2824
+ "path": "coreAddress",
2825
+ "displayName": "Core Address",
2826
+ "type": "string",
2827
+ "description": "The DAO core contract address"
2828
+ },
2829
+ {
2830
+ "path": "createdAt",
2831
+ "displayName": "Created At",
2832
+ "type": "string",
2833
+ "description": "ISO timestamp of proposal creation"
2834
+ },
2835
+ {
2836
+ "path": "contractAddress",
2837
+ "displayName": "Contract Address",
2838
+ "type": "string",
2839
+ "description": "The smart contract migrated"
2840
+ },
2841
+ {
2842
+ "path": "codeId",
2843
+ "displayName": "Code ID",
2844
+ "type": "string",
2845
+ "description": "The wasm code id migrated to"
2846
+ }
2847
+ ]
2848
+ },
2849
+ {
2850
+ "type": "qi/governance.contract.update-admin",
2851
+ "aliases": [],
2852
+ "sideEffect": true,
2853
+ "defaultRequiresConfirmation": true,
2854
+ "proof": {
2855
+ "kind": "fields",
2856
+ "fields": [
2857
+ "proposalId"
2858
+ ]
2859
+ },
2860
+ "hasDynamicEvents": false,
2861
+ "hasDynamicOutputSchema": false,
2862
+ "eligibleForEventTrigger": false,
2863
+ "can": "governance.contract/update-admin",
2864
+ "requiredCapability": "flow/block/execute",
2865
+ "outputSchema": [
2866
+ {
2867
+ "path": "proposalId",
2868
+ "displayName": "Proposal ID",
2869
+ "type": "string",
2870
+ "description": "The on-chain proposal identifier"
2871
+ },
2872
+ {
2873
+ "path": "proposalTitle",
2874
+ "displayName": "Proposal Title",
2875
+ "type": "string",
2876
+ "description": "The proposal name voters see on-chain"
2877
+ },
2878
+ {
2879
+ "path": "proposalDescription",
2880
+ "displayName": "Proposal Description",
2881
+ "type": "string",
2882
+ "description": "The long-form description voters see on-chain"
2883
+ },
2884
+ {
2885
+ "path": "status",
2886
+ "displayName": "Proposal Status",
2887
+ "type": "string",
2888
+ "description": "Current proposal status (open, passed, rejected, executed, etc.)"
2889
+ },
2890
+ {
2891
+ "path": "proposalContractAddress",
2892
+ "displayName": "Proposal Contract Address",
2893
+ "type": "string",
2894
+ "description": "The proposal module contract address"
2895
+ },
2896
+ {
2897
+ "path": "coreAddress",
2898
+ "displayName": "Core Address",
2899
+ "type": "string",
2900
+ "description": "The DAO core contract address"
2901
+ },
2902
+ {
2903
+ "path": "createdAt",
2904
+ "displayName": "Created At",
2905
+ "type": "string",
2906
+ "description": "ISO timestamp of proposal creation"
2907
+ },
2908
+ {
2909
+ "path": "contractAddress",
2910
+ "displayName": "Contract Address",
2911
+ "type": "string",
2912
+ "description": "The smart contract whose admin changed"
2913
+ },
2914
+ {
2915
+ "path": "newAdmin",
2916
+ "displayName": "New Admin",
2917
+ "type": "string",
2918
+ "description": "The address that becomes the contract admin"
2919
+ }
2920
+ ]
2921
+ },
2922
+ {
2923
+ "type": "qi/governance.custom-message",
2924
+ "aliases": [],
2925
+ "sideEffect": true,
2926
+ "defaultRequiresConfirmation": true,
2927
+ "proof": {
2928
+ "kind": "fields",
2929
+ "fields": [
2930
+ "proposalId"
2931
+ ]
2932
+ },
2933
+ "hasDynamicEvents": false,
2934
+ "hasDynamicOutputSchema": false,
2935
+ "eligibleForEventTrigger": false,
2936
+ "can": "governance/custom-message",
2937
+ "requiredCapability": "flow/block/execute",
2938
+ "outputSchema": [
2939
+ {
2940
+ "path": "proposalId",
2941
+ "displayName": "Proposal ID",
2942
+ "type": "string",
2943
+ "description": "The on-chain proposal identifier"
2944
+ },
2945
+ {
2946
+ "path": "proposalTitle",
2947
+ "displayName": "Proposal Title",
2948
+ "type": "string",
2949
+ "description": "The proposal name voters see on-chain"
2950
+ },
2951
+ {
2952
+ "path": "proposalDescription",
2953
+ "displayName": "Proposal Description",
2954
+ "type": "string",
2955
+ "description": "The long-form description voters see on-chain"
2956
+ },
2957
+ {
2958
+ "path": "status",
2959
+ "displayName": "Proposal Status",
2960
+ "type": "string",
2961
+ "description": "Current proposal status (open, passed, rejected, executed, etc.)"
2962
+ },
2963
+ {
2964
+ "path": "proposalContractAddress",
2965
+ "displayName": "Proposal Contract Address",
2966
+ "type": "string",
2967
+ "description": "The proposal module contract address"
2968
+ },
2969
+ {
2970
+ "path": "coreAddress",
2971
+ "displayName": "Core Address",
2972
+ "type": "string",
2973
+ "description": "The DAO core contract address"
2974
+ },
2975
+ {
2976
+ "path": "createdAt",
2977
+ "displayName": "Created At",
2978
+ "type": "string",
2979
+ "description": "ISO timestamp of proposal creation"
2980
+ },
2981
+ {
2982
+ "path": "message",
2983
+ "displayName": "Message",
2984
+ "type": "string",
2985
+ "description": "The raw JSON cosmos message the proposal executes"
2986
+ }
2987
+ ]
2988
+ },
2989
+ {
2990
+ "type": "qi/governance.dao.accept-to-marketplace",
2991
+ "aliases": [],
2992
+ "sideEffect": true,
2993
+ "defaultRequiresConfirmation": true,
2994
+ "proof": {
2995
+ "kind": "fields",
2996
+ "fields": [
2997
+ "proposalId"
2998
+ ]
2999
+ },
3000
+ "hasDynamicEvents": false,
3001
+ "hasDynamicOutputSchema": false,
3002
+ "eligibleForEventTrigger": false,
3003
+ "can": "governance.dao/accept-to-marketplace",
3004
+ "requiredCapability": "flow/block/execute",
3005
+ "outputSchema": [
3006
+ {
3007
+ "path": "proposalId",
3008
+ "displayName": "Proposal ID",
3009
+ "type": "string",
3010
+ "description": "The on-chain proposal identifier"
3011
+ },
3012
+ {
3013
+ "path": "proposalTitle",
3014
+ "displayName": "Proposal Title",
3015
+ "type": "string",
3016
+ "description": "The proposal name voters see on-chain"
3017
+ },
3018
+ {
3019
+ "path": "proposalDescription",
3020
+ "displayName": "Proposal Description",
3021
+ "type": "string",
3022
+ "description": "The long-form description voters see on-chain"
3023
+ },
3024
+ {
3025
+ "path": "status",
3026
+ "displayName": "Proposal Status",
3027
+ "type": "string",
3028
+ "description": "Current proposal status (open, passed, rejected, executed, etc.)"
3029
+ },
3030
+ {
3031
+ "path": "proposalContractAddress",
3032
+ "displayName": "Proposal Contract Address",
3033
+ "type": "string",
3034
+ "description": "The proposal module contract address"
3035
+ },
3036
+ {
3037
+ "path": "coreAddress",
3038
+ "displayName": "Core Address",
3039
+ "type": "string",
3040
+ "description": "The DAO core contract address"
3041
+ },
3042
+ {
3043
+ "path": "createdAt",
3044
+ "displayName": "Created At",
3045
+ "type": "string",
3046
+ "description": "ISO timestamp of proposal creation"
3047
+ },
3048
+ {
3049
+ "path": "entityDid",
3050
+ "displayName": "Entity DID",
3051
+ "type": "string",
3052
+ "description": "The entity marked verified"
3053
+ },
3054
+ {
3055
+ "path": "relayerNodeDid",
3056
+ "displayName": "Relayer Node DID",
3057
+ "type": "string",
3058
+ "description": "The relayer node vouching for the entity"
3059
+ }
3060
+ ]
3061
+ },
3062
+ {
3063
+ "type": "qi/governance.dao.admin-exec",
3064
+ "aliases": [],
3065
+ "sideEffect": true,
3066
+ "defaultRequiresConfirmation": true,
3067
+ "proof": {
3068
+ "kind": "fields",
3069
+ "fields": [
3070
+ "proposalId"
3071
+ ]
3072
+ },
3073
+ "hasDynamicEvents": false,
3074
+ "hasDynamicOutputSchema": false,
3075
+ "eligibleForEventTrigger": false,
3076
+ "can": "governance.dao/admin-exec",
3077
+ "requiredCapability": "flow/block/execute",
3078
+ "outputSchema": [
3079
+ {
3080
+ "path": "proposalId",
3081
+ "displayName": "Proposal ID",
3082
+ "type": "string",
3083
+ "description": "The on-chain proposal identifier"
3084
+ },
3085
+ {
3086
+ "path": "proposalTitle",
3087
+ "displayName": "Proposal Title",
3088
+ "type": "string",
3089
+ "description": "The proposal name voters see on-chain"
3090
+ },
3091
+ {
3092
+ "path": "proposalDescription",
3093
+ "displayName": "Proposal Description",
3094
+ "type": "string",
3095
+ "description": "The long-form description voters see on-chain"
3096
+ },
3097
+ {
3098
+ "path": "status",
3099
+ "displayName": "Proposal Status",
3100
+ "type": "string",
3101
+ "description": "Current proposal status (open, passed, rejected, executed, etc.)"
3102
+ },
3103
+ {
3104
+ "path": "proposalContractAddress",
3105
+ "displayName": "Proposal Contract Address",
3106
+ "type": "string",
3107
+ "description": "The proposal module contract address"
3108
+ },
3109
+ {
3110
+ "path": "coreAddress",
3111
+ "displayName": "Core Address",
3112
+ "type": "string",
3113
+ "description": "The DAO core contract address"
3114
+ },
3115
+ {
3116
+ "path": "createdAt",
3117
+ "displayName": "Created At",
3118
+ "type": "string",
3119
+ "description": "ISO timestamp of proposal creation"
3120
+ },
3121
+ {
3122
+ "path": "targetCoreAddress",
3123
+ "displayName": "Target Core Address",
3124
+ "type": "string",
3125
+ "description": "The SubDAO core address the admin messages execute on"
3126
+ }
3127
+ ]
3128
+ },
3129
+ {
3130
+ "type": "qi/governance.dao.create-entity",
3131
+ "aliases": [],
3132
+ "sideEffect": true,
3133
+ "defaultRequiresConfirmation": true,
3134
+ "proof": {
3135
+ "kind": "fields",
3136
+ "fields": [
3137
+ "proposalId"
3138
+ ]
3139
+ },
3140
+ "hasDynamicEvents": false,
3141
+ "hasDynamicOutputSchema": false,
3142
+ "eligibleForEventTrigger": false,
3143
+ "can": "governance.dao/create-entity",
3144
+ "requiredCapability": "flow/block/execute",
3145
+ "outputSchema": [
3146
+ {
3147
+ "path": "proposalId",
3148
+ "displayName": "Proposal ID",
3149
+ "type": "string",
3150
+ "description": "The on-chain proposal identifier"
3151
+ },
3152
+ {
3153
+ "path": "proposalTitle",
3154
+ "displayName": "Proposal Title",
3155
+ "type": "string",
3156
+ "description": "The proposal name voters see on-chain"
3157
+ },
3158
+ {
3159
+ "path": "proposalDescription",
3160
+ "displayName": "Proposal Description",
3161
+ "type": "string",
3162
+ "description": "The long-form description voters see on-chain"
3163
+ },
3164
+ {
3165
+ "path": "status",
3166
+ "displayName": "Proposal Status",
3167
+ "type": "string",
3168
+ "description": "Current proposal status (open, passed, rejected, executed, etc.)"
3169
+ },
3170
+ {
3171
+ "path": "proposalContractAddress",
3172
+ "displayName": "Proposal Contract Address",
3173
+ "type": "string",
3174
+ "description": "The proposal module contract address"
3175
+ },
3176
+ {
3177
+ "path": "coreAddress",
3178
+ "displayName": "Core Address",
3179
+ "type": "string",
3180
+ "description": "The DAO core contract address"
3181
+ },
3182
+ {
3183
+ "path": "createdAt",
3184
+ "displayName": "Created At",
3185
+ "type": "string",
3186
+ "description": "ISO timestamp of proposal creation"
3187
+ },
3188
+ {
3189
+ "path": "typeUrl",
3190
+ "displayName": "Message Type URL",
3191
+ "type": "string",
3192
+ "description": "The stargate message type the proposal broadcasts"
3193
+ }
3194
+ ]
3195
+ },
3196
+ {
3197
+ "type": "qi/governance.dao.join",
3198
+ "aliases": [],
3199
+ "sideEffect": true,
3200
+ "defaultRequiresConfirmation": true,
3201
+ "proof": {
3202
+ "kind": "fields",
3203
+ "fields": [
3204
+ "proposalId"
3205
+ ]
3206
+ },
3207
+ "hasDynamicEvents": false,
3208
+ "hasDynamicOutputSchema": false,
3209
+ "eligibleForEventTrigger": false,
3210
+ "can": "governance.dao/join",
3211
+ "requiredCapability": "flow/block/execute",
3212
+ "outputSchema": [
3213
+ {
3214
+ "path": "proposalId",
3215
+ "displayName": "Proposal ID",
3216
+ "type": "string",
3217
+ "description": "The on-chain proposal identifier"
3218
+ },
3219
+ {
3220
+ "path": "proposalTitle",
3221
+ "displayName": "Proposal Title",
3222
+ "type": "string",
3223
+ "description": "The proposal name voters see on-chain"
3224
+ },
3225
+ {
3226
+ "path": "proposalDescription",
3227
+ "displayName": "Proposal Description",
3228
+ "type": "string",
3229
+ "description": "The long-form description voters see on-chain"
3230
+ },
3231
+ {
3232
+ "path": "status",
3233
+ "displayName": "Proposal Status",
3234
+ "type": "string",
3235
+ "description": "Current proposal status (open, passed, rejected, executed, etc.)"
3236
+ },
3237
+ {
3238
+ "path": "proposalContractAddress",
3239
+ "displayName": "Proposal Contract Address",
3240
+ "type": "string",
3241
+ "description": "The proposal module contract address"
3242
+ },
3243
+ {
3244
+ "path": "coreAddress",
3245
+ "displayName": "Core Address",
3246
+ "type": "string",
3247
+ "description": "The DAO core contract address"
3248
+ },
3249
+ {
3250
+ "path": "createdAt",
3251
+ "displayName": "Created At",
3252
+ "type": "string",
3253
+ "description": "ISO timestamp of proposal creation"
3254
+ },
3255
+ {
3256
+ "path": "entityDid",
3257
+ "displayName": "Entity DID",
3258
+ "type": "string",
3259
+ "description": "The entity the group joined"
3260
+ },
3261
+ {
3262
+ "path": "memberId",
3263
+ "displayName": "Member ID",
3264
+ "type": "string",
3265
+ "description": "The member DID/id recorded as the linked entity"
3266
+ }
3267
+ ]
3268
+ },
3269
+ {
3270
+ "type": "qi/governance.dao.manage-storage",
3271
+ "aliases": [],
3272
+ "sideEffect": true,
3273
+ "defaultRequiresConfirmation": true,
3274
+ "proof": {
3275
+ "kind": "fields",
3276
+ "fields": [
3277
+ "proposalId"
3278
+ ]
3279
+ },
3280
+ "hasDynamicEvents": false,
3281
+ "hasDynamicOutputSchema": false,
3282
+ "eligibleForEventTrigger": false,
3283
+ "can": "governance.dao/manage-storage",
3284
+ "requiredCapability": "flow/block/execute",
3285
+ "outputSchema": [
3286
+ {
3287
+ "path": "proposalId",
3288
+ "displayName": "Proposal ID",
3289
+ "type": "string",
3290
+ "description": "The on-chain proposal identifier"
3291
+ },
3292
+ {
3293
+ "path": "proposalTitle",
3294
+ "displayName": "Proposal Title",
3295
+ "type": "string",
3296
+ "description": "The proposal name voters see on-chain"
3297
+ },
3298
+ {
3299
+ "path": "proposalDescription",
3300
+ "displayName": "Proposal Description",
3301
+ "type": "string",
3302
+ "description": "The long-form description voters see on-chain"
3303
+ },
3304
+ {
3305
+ "path": "status",
3306
+ "displayName": "Proposal Status",
3307
+ "type": "string",
3308
+ "description": "Current proposal status (open, passed, rejected, executed, etc.)"
3309
+ },
3310
+ {
3311
+ "path": "proposalContractAddress",
3312
+ "displayName": "Proposal Contract Address",
3313
+ "type": "string",
3314
+ "description": "The proposal module contract address"
3315
+ },
3316
+ {
3317
+ "path": "coreAddress",
3318
+ "displayName": "Core Address",
3319
+ "type": "string",
3320
+ "description": "The DAO core contract address"
3321
+ },
3322
+ {
3323
+ "path": "createdAt",
3324
+ "displayName": "Created At",
3325
+ "type": "string",
3326
+ "description": "ISO timestamp of proposal creation"
3327
+ },
3328
+ {
3329
+ "path": "storageKey",
3330
+ "displayName": "Storage Key",
3331
+ "type": "string",
3332
+ "description": "The storage key the proposal targets"
3333
+ },
3334
+ {
3335
+ "path": "storageAction",
3336
+ "displayName": "Storage Action",
3337
+ "type": "string",
3338
+ "description": "set | remove"
3339
+ }
3340
+ ]
3341
+ },
3342
+ {
3343
+ "type": "qi/governance.dao.manage-subdaos",
3344
+ "aliases": [],
3345
+ "sideEffect": true,
3346
+ "defaultRequiresConfirmation": true,
3347
+ "proof": {
3348
+ "kind": "fields",
3349
+ "fields": [
3350
+ "proposalId"
3351
+ ]
3352
+ },
3353
+ "hasDynamicEvents": false,
3354
+ "hasDynamicOutputSchema": false,
3355
+ "eligibleForEventTrigger": false,
3356
+ "can": "governance.dao/manage-subdaos",
3357
+ "requiredCapability": "flow/block/execute",
3358
+ "outputSchema": [
3359
+ {
3360
+ "path": "proposalId",
3361
+ "displayName": "Proposal ID",
3362
+ "type": "string",
3363
+ "description": "The on-chain proposal identifier"
3364
+ },
3365
+ {
3366
+ "path": "proposalTitle",
3367
+ "displayName": "Proposal Title",
3368
+ "type": "string",
3369
+ "description": "The proposal name voters see on-chain"
3370
+ },
3371
+ {
3372
+ "path": "proposalDescription",
3373
+ "displayName": "Proposal Description",
3374
+ "type": "string",
3375
+ "description": "The long-form description voters see on-chain"
3376
+ },
3377
+ {
3378
+ "path": "status",
3379
+ "displayName": "Proposal Status",
3380
+ "type": "string",
3381
+ "description": "Current proposal status (open, passed, rejected, executed, etc.)"
3382
+ },
3383
+ {
3384
+ "path": "proposalContractAddress",
3385
+ "displayName": "Proposal Contract Address",
3386
+ "type": "string",
3387
+ "description": "The proposal module contract address"
3388
+ },
3389
+ {
3390
+ "path": "coreAddress",
3391
+ "displayName": "Core Address",
3392
+ "type": "string",
3393
+ "description": "The DAO core contract address"
3394
+ },
3395
+ {
3396
+ "path": "createdAt",
3397
+ "displayName": "Created At",
3398
+ "type": "string",
3399
+ "description": "ISO timestamp of proposal creation"
3400
+ },
3401
+ {
3402
+ "path": "addedCount",
3403
+ "displayName": "SubDAOs Added",
3404
+ "type": "string",
3405
+ "description": "Number of SubDAOs the proposal recognises"
3406
+ },
3407
+ {
3408
+ "path": "removedCount",
3409
+ "displayName": "SubDAOs Removed",
3410
+ "type": "string",
3411
+ "description": "Number of SubDAOs the proposal removes"
3412
+ }
3413
+ ]
3414
+ },
3415
+ {
3416
+ "type": "qi/governance.dao.update-info",
3417
+ "aliases": [],
3418
+ "sideEffect": true,
3419
+ "defaultRequiresConfirmation": true,
3420
+ "proof": {
3421
+ "kind": "fields",
3422
+ "fields": [
3423
+ "proposalId"
3424
+ ]
3425
+ },
3426
+ "hasDynamicEvents": false,
3427
+ "hasDynamicOutputSchema": false,
3428
+ "eligibleForEventTrigger": false,
3429
+ "can": "governance.dao/update-info",
3430
+ "requiredCapability": "flow/block/execute",
3431
+ "outputSchema": [
3432
+ {
3433
+ "path": "proposalId",
3434
+ "displayName": "Proposal ID",
3435
+ "type": "string",
3436
+ "description": "The on-chain proposal identifier"
3437
+ },
3438
+ {
3439
+ "path": "proposalTitle",
3440
+ "displayName": "Proposal Title",
3441
+ "type": "string",
3442
+ "description": "The proposal name voters see on-chain"
3443
+ },
3444
+ {
3445
+ "path": "proposalDescription",
3446
+ "displayName": "Proposal Description",
3447
+ "type": "string",
3448
+ "description": "The long-form description voters see on-chain"
3449
+ },
3450
+ {
3451
+ "path": "status",
3452
+ "displayName": "Proposal Status",
3453
+ "type": "string",
3454
+ "description": "Current proposal status (open, passed, rejected, executed, etc.)"
3455
+ },
3456
+ {
3457
+ "path": "proposalContractAddress",
3458
+ "displayName": "Proposal Contract Address",
3459
+ "type": "string",
3460
+ "description": "The proposal module contract address"
3461
+ },
3462
+ {
3463
+ "path": "coreAddress",
3464
+ "displayName": "Core Address",
3465
+ "type": "string",
3466
+ "description": "The DAO core contract address"
3467
+ },
3468
+ {
3469
+ "path": "createdAt",
3470
+ "displayName": "Created At",
3471
+ "type": "string",
3472
+ "description": "ISO timestamp of proposal creation"
3473
+ },
3474
+ {
3475
+ "path": "daoName",
3476
+ "displayName": "DAO Name",
3477
+ "type": "string",
3478
+ "description": "The DAO display name the proposal sets"
3479
+ }
3480
+ ]
3481
+ },
2271
3482
  {
2272
3483
  "type": "qi/governance.member-proposal",
2273
3484
  "aliases": [],
@@ -2282,7 +3493,597 @@
2282
3493
  "hasDynamicEvents": false,
2283
3494
  "hasDynamicOutputSchema": false,
2284
3495
  "eligibleForEventTrigger": false,
2285
- "can": "governance/member-proposal",
3496
+ "can": "governance/member-proposal",
3497
+ "requiredCapability": "flow/block/execute",
3498
+ "outputSchema": [
3499
+ {
3500
+ "path": "proposalId",
3501
+ "displayName": "Proposal ID",
3502
+ "type": "string",
3503
+ "description": "The on-chain proposal identifier"
3504
+ },
3505
+ {
3506
+ "path": "proposalTitle",
3507
+ "displayName": "Proposal Title",
3508
+ "type": "string",
3509
+ "description": "The proposal name voters see on-chain"
3510
+ },
3511
+ {
3512
+ "path": "proposalDescription",
3513
+ "displayName": "Proposal Description",
3514
+ "type": "string",
3515
+ "description": "The long-form description voters see on-chain"
3516
+ },
3517
+ {
3518
+ "path": "status",
3519
+ "displayName": "Proposal Status",
3520
+ "type": "string",
3521
+ "description": "Current proposal status (open, passed, rejected, executed, etc.)"
3522
+ },
3523
+ {
3524
+ "path": "proposalContractAddress",
3525
+ "displayName": "Proposal Contract Address",
3526
+ "type": "string",
3527
+ "description": "The proposal module contract address"
3528
+ },
3529
+ {
3530
+ "path": "coreAddress",
3531
+ "displayName": "Core Address",
3532
+ "type": "string",
3533
+ "description": "The DAO core contract address"
3534
+ },
3535
+ {
3536
+ "path": "operation",
3537
+ "displayName": "Operation",
3538
+ "type": "string",
3539
+ "description": "add | remove | update-weight"
3540
+ },
3541
+ {
3542
+ "path": "createdAt",
3543
+ "displayName": "Created At",
3544
+ "type": "string",
3545
+ "description": "ISO timestamp of proposal creation"
3546
+ }
3547
+ ]
3548
+ },
3549
+ {
3550
+ "type": "qi/governance.nft.burn",
3551
+ "aliases": [],
3552
+ "sideEffect": true,
3553
+ "defaultRequiresConfirmation": true,
3554
+ "proof": {
3555
+ "kind": "fields",
3556
+ "fields": [
3557
+ "proposalId"
3558
+ ]
3559
+ },
3560
+ "hasDynamicEvents": false,
3561
+ "hasDynamicOutputSchema": false,
3562
+ "eligibleForEventTrigger": false,
3563
+ "can": "governance.nft/burn",
3564
+ "requiredCapability": "flow/block/execute",
3565
+ "outputSchema": [
3566
+ {
3567
+ "path": "proposalId",
3568
+ "displayName": "Proposal ID",
3569
+ "type": "string",
3570
+ "description": "The on-chain proposal identifier"
3571
+ },
3572
+ {
3573
+ "path": "proposalTitle",
3574
+ "displayName": "Proposal Title",
3575
+ "type": "string",
3576
+ "description": "The proposal name voters see on-chain"
3577
+ },
3578
+ {
3579
+ "path": "proposalDescription",
3580
+ "displayName": "Proposal Description",
3581
+ "type": "string",
3582
+ "description": "The long-form description voters see on-chain"
3583
+ },
3584
+ {
3585
+ "path": "status",
3586
+ "displayName": "Proposal Status",
3587
+ "type": "string",
3588
+ "description": "Current proposal status (open, passed, rejected, executed, etc.)"
3589
+ },
3590
+ {
3591
+ "path": "proposalContractAddress",
3592
+ "displayName": "Proposal Contract Address",
3593
+ "type": "string",
3594
+ "description": "The proposal module contract address"
3595
+ },
3596
+ {
3597
+ "path": "coreAddress",
3598
+ "displayName": "Core Address",
3599
+ "type": "string",
3600
+ "description": "The DAO core contract address"
3601
+ },
3602
+ {
3603
+ "path": "createdAt",
3604
+ "displayName": "Created At",
3605
+ "type": "string",
3606
+ "description": "ISO timestamp of proposal creation"
3607
+ },
3608
+ {
3609
+ "path": "collection",
3610
+ "displayName": "Collection",
3611
+ "type": "string",
3612
+ "description": "The cw721 collection contract the token is burned from"
3613
+ },
3614
+ {
3615
+ "path": "tokenId",
3616
+ "displayName": "Token ID",
3617
+ "type": "string",
3618
+ "description": "The id of the burned token"
3619
+ }
3620
+ ]
3621
+ },
3622
+ {
3623
+ "type": "qi/governance.nft.manage-collections",
3624
+ "aliases": [],
3625
+ "sideEffect": true,
3626
+ "defaultRequiresConfirmation": true,
3627
+ "proof": {
3628
+ "kind": "fields",
3629
+ "fields": [
3630
+ "proposalId"
3631
+ ]
3632
+ },
3633
+ "hasDynamicEvents": false,
3634
+ "hasDynamicOutputSchema": false,
3635
+ "eligibleForEventTrigger": false,
3636
+ "can": "governance.nft/manage-collections",
3637
+ "requiredCapability": "flow/block/execute",
3638
+ "outputSchema": [
3639
+ {
3640
+ "path": "proposalId",
3641
+ "displayName": "Proposal ID",
3642
+ "type": "string",
3643
+ "description": "The on-chain proposal identifier"
3644
+ },
3645
+ {
3646
+ "path": "proposalTitle",
3647
+ "displayName": "Proposal Title",
3648
+ "type": "string",
3649
+ "description": "The proposal name voters see on-chain"
3650
+ },
3651
+ {
3652
+ "path": "proposalDescription",
3653
+ "displayName": "Proposal Description",
3654
+ "type": "string",
3655
+ "description": "The long-form description voters see on-chain"
3656
+ },
3657
+ {
3658
+ "path": "status",
3659
+ "displayName": "Proposal Status",
3660
+ "type": "string",
3661
+ "description": "Current proposal status (open, passed, rejected, executed, etc.)"
3662
+ },
3663
+ {
3664
+ "path": "proposalContractAddress",
3665
+ "displayName": "Proposal Contract Address",
3666
+ "type": "string",
3667
+ "description": "The proposal module contract address"
3668
+ },
3669
+ {
3670
+ "path": "coreAddress",
3671
+ "displayName": "Core Address",
3672
+ "type": "string",
3673
+ "description": "The DAO core contract address"
3674
+ },
3675
+ {
3676
+ "path": "createdAt",
3677
+ "displayName": "Created At",
3678
+ "type": "string",
3679
+ "description": "ISO timestamp of proposal creation"
3680
+ },
3681
+ {
3682
+ "path": "adding",
3683
+ "displayName": "Adding",
3684
+ "type": "string",
3685
+ "description": "Whether the collection is tracked (true) or untracked (false)"
3686
+ },
3687
+ {
3688
+ "path": "address",
3689
+ "displayName": "Collection Address",
3690
+ "type": "string",
3691
+ "description": "The cw721 collection contract tracked or untracked"
3692
+ }
3693
+ ]
3694
+ },
3695
+ {
3696
+ "type": "qi/governance.nft.transfer",
3697
+ "aliases": [],
3698
+ "sideEffect": true,
3699
+ "defaultRequiresConfirmation": true,
3700
+ "proof": {
3701
+ "kind": "fields",
3702
+ "fields": [
3703
+ "proposalId"
3704
+ ]
3705
+ },
3706
+ "hasDynamicEvents": false,
3707
+ "hasDynamicOutputSchema": false,
3708
+ "eligibleForEventTrigger": false,
3709
+ "can": "governance.nft/transfer",
3710
+ "requiredCapability": "flow/block/execute",
3711
+ "outputSchema": [
3712
+ {
3713
+ "path": "proposalId",
3714
+ "displayName": "Proposal ID",
3715
+ "type": "string",
3716
+ "description": "The on-chain proposal identifier"
3717
+ },
3718
+ {
3719
+ "path": "proposalTitle",
3720
+ "displayName": "Proposal Title",
3721
+ "type": "string",
3722
+ "description": "The proposal name voters see on-chain"
3723
+ },
3724
+ {
3725
+ "path": "proposalDescription",
3726
+ "displayName": "Proposal Description",
3727
+ "type": "string",
3728
+ "description": "The long-form description voters see on-chain"
3729
+ },
3730
+ {
3731
+ "path": "status",
3732
+ "displayName": "Proposal Status",
3733
+ "type": "string",
3734
+ "description": "Current proposal status (open, passed, rejected, executed, etc.)"
3735
+ },
3736
+ {
3737
+ "path": "proposalContractAddress",
3738
+ "displayName": "Proposal Contract Address",
3739
+ "type": "string",
3740
+ "description": "The proposal module contract address"
3741
+ },
3742
+ {
3743
+ "path": "coreAddress",
3744
+ "displayName": "Core Address",
3745
+ "type": "string",
3746
+ "description": "The DAO core contract address"
3747
+ },
3748
+ {
3749
+ "path": "createdAt",
3750
+ "displayName": "Created At",
3751
+ "type": "string",
3752
+ "description": "ISO timestamp of proposal creation"
3753
+ },
3754
+ {
3755
+ "path": "collection",
3756
+ "displayName": "Collection",
3757
+ "type": "string",
3758
+ "description": "The cw721 collection contract the token is transferred from"
3759
+ },
3760
+ {
3761
+ "path": "tokenId",
3762
+ "displayName": "Token ID",
3763
+ "type": "string",
3764
+ "description": "The id of the transferred token"
3765
+ },
3766
+ {
3767
+ "path": "recipient",
3768
+ "displayName": "Recipient",
3769
+ "type": "string",
3770
+ "description": "Destination address of the transfer"
3771
+ }
3772
+ ]
3773
+ },
3774
+ {
3775
+ "type": "qi/governance.settings-proposal",
3776
+ "aliases": [],
3777
+ "sideEffect": true,
3778
+ "defaultRequiresConfirmation": true,
3779
+ "proof": {
3780
+ "kind": "fields",
3781
+ "fields": [
3782
+ "proposalId"
3783
+ ]
3784
+ },
3785
+ "hasDynamicEvents": false,
3786
+ "hasDynamicOutputSchema": false,
3787
+ "eligibleForEventTrigger": false,
3788
+ "can": "governance/settings-proposal",
3789
+ "requiredCapability": "flow/block/execute",
3790
+ "outputSchema": [
3791
+ {
3792
+ "path": "proposalId",
3793
+ "displayName": "Proposal ID",
3794
+ "type": "string",
3795
+ "description": "The on-chain proposal identifier"
3796
+ },
3797
+ {
3798
+ "path": "proposalTitle",
3799
+ "displayName": "Proposal Title",
3800
+ "type": "string",
3801
+ "description": "The proposal name voters see on-chain"
3802
+ },
3803
+ {
3804
+ "path": "proposalDescription",
3805
+ "displayName": "Proposal Description",
3806
+ "type": "string",
3807
+ "description": "The long-form description voters see on-chain"
3808
+ },
3809
+ {
3810
+ "path": "status",
3811
+ "displayName": "Proposal Status",
3812
+ "type": "string",
3813
+ "description": "Current proposal status (open, passed, rejected, executed, etc.)"
3814
+ },
3815
+ {
3816
+ "path": "proposalContractAddress",
3817
+ "displayName": "Proposal Contract Address",
3818
+ "type": "string",
3819
+ "description": "The proposal module contract address"
3820
+ },
3821
+ {
3822
+ "path": "coreAddress",
3823
+ "displayName": "Core Address",
3824
+ "type": "string",
3825
+ "description": "The DAO core contract address"
3826
+ },
3827
+ {
3828
+ "path": "createdAt",
3829
+ "displayName": "Created At",
3830
+ "type": "string",
3831
+ "description": "ISO timestamp of proposal creation"
3832
+ }
3833
+ ]
3834
+ },
3835
+ {
3836
+ "type": "qi/governance.staking.stake",
3837
+ "aliases": [],
3838
+ "sideEffect": true,
3839
+ "defaultRequiresConfirmation": true,
3840
+ "proof": {
3841
+ "kind": "fields",
3842
+ "fields": [
3843
+ "proposalId"
3844
+ ]
3845
+ },
3846
+ "hasDynamicEvents": false,
3847
+ "hasDynamicOutputSchema": false,
3848
+ "eligibleForEventTrigger": false,
3849
+ "can": "governance.staking/stake",
3850
+ "requiredCapability": "flow/block/execute",
3851
+ "outputSchema": [
3852
+ {
3853
+ "path": "proposalId",
3854
+ "displayName": "Proposal ID",
3855
+ "type": "string",
3856
+ "description": "The on-chain proposal identifier"
3857
+ },
3858
+ {
3859
+ "path": "proposalTitle",
3860
+ "displayName": "Proposal Title",
3861
+ "type": "string",
3862
+ "description": "The proposal name voters see on-chain"
3863
+ },
3864
+ {
3865
+ "path": "proposalDescription",
3866
+ "displayName": "Proposal Description",
3867
+ "type": "string",
3868
+ "description": "The long-form description voters see on-chain"
3869
+ },
3870
+ {
3871
+ "path": "status",
3872
+ "displayName": "Proposal Status",
3873
+ "type": "string",
3874
+ "description": "Current proposal status (open, passed, rejected, executed, etc.)"
3875
+ },
3876
+ {
3877
+ "path": "proposalContractAddress",
3878
+ "displayName": "Proposal Contract Address",
3879
+ "type": "string",
3880
+ "description": "The proposal module contract address"
3881
+ },
3882
+ {
3883
+ "path": "coreAddress",
3884
+ "displayName": "Core Address",
3885
+ "type": "string",
3886
+ "description": "The DAO core contract address"
3887
+ },
3888
+ {
3889
+ "path": "createdAt",
3890
+ "displayName": "Created At",
3891
+ "type": "string",
3892
+ "description": "ISO timestamp of proposal creation"
3893
+ },
3894
+ {
3895
+ "path": "stakeType",
3896
+ "displayName": "Stake Type",
3897
+ "type": "string",
3898
+ "description": "The staking operation (delegate, undelegate, redelegate, withdraw_delegator_reward)"
3899
+ },
3900
+ {
3901
+ "path": "validator",
3902
+ "displayName": "Validator",
3903
+ "type": "string",
3904
+ "description": "The validator the operation targets (source for redelegations)"
3905
+ },
3906
+ {
3907
+ "path": "amount",
3908
+ "displayName": "Amount",
3909
+ "type": "string",
3910
+ "description": "The uixo amount staked, in base units"
3911
+ }
3912
+ ]
3913
+ },
3914
+ {
3915
+ "type": "qi/governance.staking.stake-to-group",
3916
+ "aliases": [],
3917
+ "sideEffect": true,
3918
+ "defaultRequiresConfirmation": true,
3919
+ "proof": {
3920
+ "kind": "fields",
3921
+ "fields": [
3922
+ "proposalId"
3923
+ ]
3924
+ },
3925
+ "hasDynamicEvents": false,
3926
+ "hasDynamicOutputSchema": false,
3927
+ "eligibleForEventTrigger": false,
3928
+ "can": "governance.staking/stake-to-group",
3929
+ "requiredCapability": "flow/block/execute",
3930
+ "outputSchema": [
3931
+ {
3932
+ "path": "proposalId",
3933
+ "displayName": "Proposal ID",
3934
+ "type": "string",
3935
+ "description": "The on-chain proposal identifier"
3936
+ },
3937
+ {
3938
+ "path": "proposalTitle",
3939
+ "displayName": "Proposal Title",
3940
+ "type": "string",
3941
+ "description": "The proposal name voters see on-chain"
3942
+ },
3943
+ {
3944
+ "path": "proposalDescription",
3945
+ "displayName": "Proposal Description",
3946
+ "type": "string",
3947
+ "description": "The long-form description voters see on-chain"
3948
+ },
3949
+ {
3950
+ "path": "status",
3951
+ "displayName": "Proposal Status",
3952
+ "type": "string",
3953
+ "description": "Current proposal status (open, passed, rejected, executed, etc.)"
3954
+ },
3955
+ {
3956
+ "path": "proposalContractAddress",
3957
+ "displayName": "Proposal Contract Address",
3958
+ "type": "string",
3959
+ "description": "The proposal module contract address"
3960
+ },
3961
+ {
3962
+ "path": "coreAddress",
3963
+ "displayName": "Core Address",
3964
+ "type": "string",
3965
+ "description": "The DAO core contract address"
3966
+ },
3967
+ {
3968
+ "path": "createdAt",
3969
+ "displayName": "Created At",
3970
+ "type": "string",
3971
+ "description": "ISO timestamp of proposal creation"
3972
+ },
3973
+ {
3974
+ "path": "tokenContract",
3975
+ "displayName": "Token Contract",
3976
+ "type": "string",
3977
+ "description": "The cw20 token contract the tokens are sent from"
3978
+ },
3979
+ {
3980
+ "path": "stakingContract",
3981
+ "displayName": "Staking Contract",
3982
+ "type": "string",
3983
+ "description": "The staking contract the tokens are staked into"
3984
+ }
3985
+ ]
3986
+ },
3987
+ {
3988
+ "type": "qi/governance.submission-config-proposal",
3989
+ "aliases": [],
3990
+ "sideEffect": true,
3991
+ "defaultRequiresConfirmation": true,
3992
+ "proof": {
3993
+ "kind": "fields",
3994
+ "fields": [
3995
+ "proposalId"
3996
+ ]
3997
+ },
3998
+ "hasDynamicEvents": false,
3999
+ "hasDynamicOutputSchema": false,
4000
+ "eligibleForEventTrigger": false,
4001
+ "can": "governance/submission-config-proposal",
4002
+ "requiredCapability": "flow/block/execute",
4003
+ "outputSchema": [
4004
+ {
4005
+ "path": "proposalId",
4006
+ "displayName": "Proposal ID",
4007
+ "type": "string",
4008
+ "description": "The on-chain proposal identifier"
4009
+ },
4010
+ {
4011
+ "path": "proposalTitle",
4012
+ "displayName": "Proposal Title",
4013
+ "type": "string",
4014
+ "description": "The proposal name voters see on-chain"
4015
+ },
4016
+ {
4017
+ "path": "proposalDescription",
4018
+ "displayName": "Proposal Description",
4019
+ "type": "string",
4020
+ "description": "The long-form description voters see on-chain"
4021
+ },
4022
+ {
4023
+ "path": "status",
4024
+ "displayName": "Proposal Status",
4025
+ "type": "string",
4026
+ "description": "Current proposal status (open, passed, rejected, executed, etc.)"
4027
+ },
4028
+ {
4029
+ "path": "proposalContractAddress",
4030
+ "displayName": "Proposal Contract Address",
4031
+ "type": "string",
4032
+ "description": "The proposal module contract address"
4033
+ },
4034
+ {
4035
+ "path": "coreAddress",
4036
+ "displayName": "Core Address",
4037
+ "type": "string",
4038
+ "description": "The DAO core contract address"
4039
+ },
4040
+ {
4041
+ "path": "createdAt",
4042
+ "displayName": "Created At",
4043
+ "type": "string",
4044
+ "description": "ISO timestamp of proposal creation"
4045
+ },
4046
+ {
4047
+ "path": "anyoneCanPropose",
4048
+ "displayName": "Anyone Can Propose",
4049
+ "type": "string",
4050
+ "description": "Whether non-members may submit proposals after the update"
4051
+ },
4052
+ {
4053
+ "path": "depositRequired",
4054
+ "displayName": "Deposit Required",
4055
+ "type": "string",
4056
+ "description": "Whether a deposit is required to submit a proposal"
4057
+ },
4058
+ {
4059
+ "path": "depositAmount",
4060
+ "displayName": "Deposit Amount",
4061
+ "type": "string",
4062
+ "description": "Required deposit in uixo base units"
4063
+ },
4064
+ {
4065
+ "path": "depositRefundPolicy",
4066
+ "displayName": "Deposit Refund Policy",
4067
+ "type": "string",
4068
+ "description": "What happens to the deposit after voting ends"
4069
+ }
4070
+ ]
4071
+ },
4072
+ {
4073
+ "type": "qi/governance.transaction.mint",
4074
+ "aliases": [],
4075
+ "sideEffect": true,
4076
+ "defaultRequiresConfirmation": true,
4077
+ "proof": {
4078
+ "kind": "fields",
4079
+ "fields": [
4080
+ "proposalId"
4081
+ ]
4082
+ },
4083
+ "hasDynamicEvents": false,
4084
+ "hasDynamicOutputSchema": false,
4085
+ "eligibleForEventTrigger": false,
4086
+ "can": "governance.transaction/mint",
2286
4087
  "requiredCapability": "flow/block/execute",
2287
4088
  "outputSchema": [
2288
4089
  {
@@ -2291,6 +4092,18 @@
2291
4092
  "type": "string",
2292
4093
  "description": "The on-chain proposal identifier"
2293
4094
  },
4095
+ {
4096
+ "path": "proposalTitle",
4097
+ "displayName": "Proposal Title",
4098
+ "type": "string",
4099
+ "description": "The proposal name voters see on-chain"
4100
+ },
4101
+ {
4102
+ "path": "proposalDescription",
4103
+ "displayName": "Proposal Description",
4104
+ "type": "string",
4105
+ "description": "The long-form description voters see on-chain"
4106
+ },
2294
4107
  {
2295
4108
  "path": "status",
2296
4109
  "displayName": "Proposal Status",
@@ -2309,22 +4122,28 @@
2309
4122
  "type": "string",
2310
4123
  "description": "The DAO core contract address"
2311
4124
  },
2312
- {
2313
- "path": "operation",
2314
- "displayName": "Operation",
2315
- "type": "string",
2316
- "description": "add | remove | update-weight"
2317
- },
2318
4125
  {
2319
4126
  "path": "createdAt",
2320
4127
  "displayName": "Created At",
2321
4128
  "type": "string",
2322
4129
  "description": "ISO timestamp of proposal creation"
4130
+ },
4131
+ {
4132
+ "path": "recipient",
4133
+ "displayName": "Recipient",
4134
+ "type": "string",
4135
+ "description": "Destination address the tokens are minted to"
4136
+ },
4137
+ {
4138
+ "path": "amount",
4139
+ "displayName": "Amount",
4140
+ "type": "string",
4141
+ "description": "Number of governance tokens minted"
2323
4142
  }
2324
4143
  ]
2325
4144
  },
2326
4145
  {
2327
- "type": "qi/governance.settings-proposal",
4146
+ "type": "qi/governance.transaction.perform-token-swap",
2328
4147
  "aliases": [],
2329
4148
  "sideEffect": true,
2330
4149
  "defaultRequiresConfirmation": true,
@@ -2337,7 +4156,7 @@
2337
4156
  "hasDynamicEvents": false,
2338
4157
  "hasDynamicOutputSchema": false,
2339
4158
  "eligibleForEventTrigger": false,
2340
- "can": "governance/settings-proposal",
4159
+ "can": "governance.transaction/perform-token-swap",
2341
4160
  "requiredCapability": "flow/block/execute",
2342
4161
  "outputSchema": [
2343
4162
  {
@@ -2346,6 +4165,18 @@
2346
4165
  "type": "string",
2347
4166
  "description": "The on-chain proposal identifier"
2348
4167
  },
4168
+ {
4169
+ "path": "proposalTitle",
4170
+ "displayName": "Proposal Title",
4171
+ "type": "string",
4172
+ "description": "The proposal name voters see on-chain"
4173
+ },
4174
+ {
4175
+ "path": "proposalDescription",
4176
+ "displayName": "Proposal Description",
4177
+ "type": "string",
4178
+ "description": "The long-form description voters see on-chain"
4179
+ },
2349
4180
  {
2350
4181
  "path": "status",
2351
4182
  "displayName": "Proposal Status",
@@ -2369,6 +4200,24 @@
2369
4200
  "displayName": "Created At",
2370
4201
  "type": "string",
2371
4202
  "description": "ISO timestamp of proposal creation"
4203
+ },
4204
+ {
4205
+ "path": "tokenSwapContractAddress",
4206
+ "displayName": "Swap Contract",
4207
+ "type": "string",
4208
+ "description": "The cw-token-swap contract funded"
4209
+ },
4210
+ {
4211
+ "path": "selfPartyDenomOrAddress",
4212
+ "displayName": "Token Denom / Address",
4213
+ "type": "string",
4214
+ "description": "The native denom or cw20 address the group provides"
4215
+ },
4216
+ {
4217
+ "path": "selfPartyAmount",
4218
+ "displayName": "Amount",
4219
+ "type": "string",
4220
+ "description": "Amount provided, in the token’s base units"
2372
4221
  }
2373
4222
  ]
2374
4223
  },
@@ -2395,6 +4244,18 @@
2395
4244
  "type": "string",
2396
4245
  "description": "The on-chain proposal identifier"
2397
4246
  },
4247
+ {
4248
+ "path": "proposalTitle",
4249
+ "displayName": "Proposal Title",
4250
+ "type": "string",
4251
+ "description": "The proposal name voters see on-chain"
4252
+ },
4253
+ {
4254
+ "path": "proposalDescription",
4255
+ "displayName": "Proposal Description",
4256
+ "type": "string",
4257
+ "description": "The long-form description voters see on-chain"
4258
+ },
2398
4259
  {
2399
4260
  "path": "status",
2400
4261
  "displayName": "Proposal Status",
@@ -2427,6 +4288,219 @@
2427
4288
  }
2428
4289
  ]
2429
4290
  },
4291
+ {
4292
+ "type": "qi/governance.transaction.send-group-token",
4293
+ "aliases": [],
4294
+ "sideEffect": true,
4295
+ "defaultRequiresConfirmation": true,
4296
+ "proof": {
4297
+ "kind": "fields",
4298
+ "fields": [
4299
+ "proposalId"
4300
+ ]
4301
+ },
4302
+ "hasDynamicEvents": false,
4303
+ "hasDynamicOutputSchema": false,
4304
+ "eligibleForEventTrigger": false,
4305
+ "can": "governance.transaction/send-group-token",
4306
+ "requiredCapability": "flow/block/execute",
4307
+ "outputSchema": [
4308
+ {
4309
+ "path": "proposalId",
4310
+ "displayName": "Proposal ID",
4311
+ "type": "string",
4312
+ "description": "The on-chain proposal identifier"
4313
+ },
4314
+ {
4315
+ "path": "proposalTitle",
4316
+ "displayName": "Proposal Title",
4317
+ "type": "string",
4318
+ "description": "The proposal name voters see on-chain"
4319
+ },
4320
+ {
4321
+ "path": "proposalDescription",
4322
+ "displayName": "Proposal Description",
4323
+ "type": "string",
4324
+ "description": "The long-form description voters see on-chain"
4325
+ },
4326
+ {
4327
+ "path": "status",
4328
+ "displayName": "Proposal Status",
4329
+ "type": "string",
4330
+ "description": "Current proposal status (open, passed, rejected, executed, etc.)"
4331
+ },
4332
+ {
4333
+ "path": "proposalContractAddress",
4334
+ "displayName": "Proposal Contract Address",
4335
+ "type": "string",
4336
+ "description": "The proposal module contract address"
4337
+ },
4338
+ {
4339
+ "path": "coreAddress",
4340
+ "displayName": "Core Address",
4341
+ "type": "string",
4342
+ "description": "The DAO core contract address"
4343
+ },
4344
+ {
4345
+ "path": "createdAt",
4346
+ "displayName": "Created At",
4347
+ "type": "string",
4348
+ "description": "ISO timestamp of proposal creation"
4349
+ },
4350
+ {
4351
+ "path": "recipient",
4352
+ "displayName": "Recipient",
4353
+ "type": "string",
4354
+ "description": "Destination address of the transfer"
4355
+ },
4356
+ {
4357
+ "path": "tokenContract",
4358
+ "displayName": "Token Contract",
4359
+ "type": "string",
4360
+ "description": "The cw20 token contract transferred from"
4361
+ }
4362
+ ]
4363
+ },
4364
+ {
4365
+ "type": "qi/governance.transaction.withdraw-token-swap",
4366
+ "aliases": [],
4367
+ "sideEffect": true,
4368
+ "defaultRequiresConfirmation": true,
4369
+ "proof": {
4370
+ "kind": "fields",
4371
+ "fields": [
4372
+ "proposalId"
4373
+ ]
4374
+ },
4375
+ "hasDynamicEvents": false,
4376
+ "hasDynamicOutputSchema": false,
4377
+ "eligibleForEventTrigger": false,
4378
+ "can": "governance.transaction/withdraw-token-swap",
4379
+ "requiredCapability": "flow/block/execute",
4380
+ "outputSchema": [
4381
+ {
4382
+ "path": "proposalId",
4383
+ "displayName": "Proposal ID",
4384
+ "type": "string",
4385
+ "description": "The on-chain proposal identifier"
4386
+ },
4387
+ {
4388
+ "path": "proposalTitle",
4389
+ "displayName": "Proposal Title",
4390
+ "type": "string",
4391
+ "description": "The proposal name voters see on-chain"
4392
+ },
4393
+ {
4394
+ "path": "proposalDescription",
4395
+ "displayName": "Proposal Description",
4396
+ "type": "string",
4397
+ "description": "The long-form description voters see on-chain"
4398
+ },
4399
+ {
4400
+ "path": "status",
4401
+ "displayName": "Proposal Status",
4402
+ "type": "string",
4403
+ "description": "Current proposal status (open, passed, rejected, executed, etc.)"
4404
+ },
4405
+ {
4406
+ "path": "proposalContractAddress",
4407
+ "displayName": "Proposal Contract Address",
4408
+ "type": "string",
4409
+ "description": "The proposal module contract address"
4410
+ },
4411
+ {
4412
+ "path": "coreAddress",
4413
+ "displayName": "Core Address",
4414
+ "type": "string",
4415
+ "description": "The DAO core contract address"
4416
+ },
4417
+ {
4418
+ "path": "createdAt",
4419
+ "displayName": "Created At",
4420
+ "type": "string",
4421
+ "description": "ISO timestamp of proposal creation"
4422
+ },
4423
+ {
4424
+ "path": "tokenSwapContractAddress",
4425
+ "displayName": "Swap Contract",
4426
+ "type": "string",
4427
+ "description": "The cw-token-swap contract withdrawn from"
4428
+ }
4429
+ ]
4430
+ },
4431
+ {
4432
+ "type": "qi/governance.validator.actions",
4433
+ "aliases": [],
4434
+ "sideEffect": true,
4435
+ "defaultRequiresConfirmation": true,
4436
+ "proof": {
4437
+ "kind": "fields",
4438
+ "fields": [
4439
+ "proposalId"
4440
+ ]
4441
+ },
4442
+ "hasDynamicEvents": false,
4443
+ "hasDynamicOutputSchema": false,
4444
+ "eligibleForEventTrigger": false,
4445
+ "can": "governance.validator/actions",
4446
+ "requiredCapability": "flow/block/execute",
4447
+ "outputSchema": [
4448
+ {
4449
+ "path": "proposalId",
4450
+ "displayName": "Proposal ID",
4451
+ "type": "string",
4452
+ "description": "The on-chain proposal identifier"
4453
+ },
4454
+ {
4455
+ "path": "proposalTitle",
4456
+ "displayName": "Proposal Title",
4457
+ "type": "string",
4458
+ "description": "The proposal name voters see on-chain"
4459
+ },
4460
+ {
4461
+ "path": "proposalDescription",
4462
+ "displayName": "Proposal Description",
4463
+ "type": "string",
4464
+ "description": "The long-form description voters see on-chain"
4465
+ },
4466
+ {
4467
+ "path": "status",
4468
+ "displayName": "Proposal Status",
4469
+ "type": "string",
4470
+ "description": "Current proposal status (open, passed, rejected, executed, etc.)"
4471
+ },
4472
+ {
4473
+ "path": "proposalContractAddress",
4474
+ "displayName": "Proposal Contract Address",
4475
+ "type": "string",
4476
+ "description": "The proposal module contract address"
4477
+ },
4478
+ {
4479
+ "path": "coreAddress",
4480
+ "displayName": "Core Address",
4481
+ "type": "string",
4482
+ "description": "The DAO core contract address"
4483
+ },
4484
+ {
4485
+ "path": "createdAt",
4486
+ "displayName": "Created At",
4487
+ "type": "string",
4488
+ "description": "ISO timestamp of proposal creation"
4489
+ },
4490
+ {
4491
+ "path": "validatorActionType",
4492
+ "displayName": "Validator Action Type",
4493
+ "type": "string",
4494
+ "description": "The full cosmos typeUrl of the validator operation"
4495
+ },
4496
+ {
4497
+ "path": "validatorActionLabel",
4498
+ "displayName": "Validator Action",
4499
+ "type": "string",
4500
+ "description": "Human-readable name of the validator operation"
4501
+ }
4502
+ ]
4503
+ },
2430
4504
  {
2431
4505
  "type": "qi/http.request",
2432
4506
  "aliases": [