@@ -1933,132 +1933,6 @@ paths:
1933
1933
description: MsgUpdateParams is the Msg/UpdateParams request type.
1934
1934
tags:
1935
1935
- Msg
1936
- /cosmos.crisis.v1beta1.Msg/UpdateParams:
1937
- post:
1938
- summary: >-
1939
- UpdateParams defines a governance operation for updating the x/crisis
1940
- module
1941
-
1942
- parameters. The authority is defined in the keeper.
1943
- description: 'Since: cosmos-sdk 0.47'
1944
- operationId: CosmosCrisisV1Beta1Msg_UpdateParams
1945
- responses:
1946
- '200':
1947
- description: A successful response.
1948
- schema:
1949
- type: object
1950
- description: >-
1951
- MsgUpdateParamsResponse defines the response structure for
1952
- executing a
1953
-
1954
- MsgUpdateParams message.
1955
-
1956
-
1957
- Since: cosmos-sdk 0.47
1958
- default:
1959
- description: An unexpected error response.
1960
- schema:
1961
- type: object
1962
- properties:
1963
- code:
1964
- type: integer
1965
- format: int32
1966
- message:
1967
- type: string
1968
- details:
1969
- type: array
1970
- items:
1971
- type: object
1972
- properties:
1973
- '@type':
1974
- type: string
1975
- additionalProperties: {}
1976
- parameters:
1977
- - name: body
1978
- description: |-
1979
- MsgUpdateParams is the Msg/UpdateParams request type.
1980
-
1981
- Since: cosmos-sdk 0.47
1982
- in: body
1983
- required: true
1984
- schema:
1985
- type: object
1986
- properties:
1987
- authority:
1988
- type: string
1989
- description: >-
1990
- authority is the address that controls the module (defaults to
1991
- x/gov unless overwritten).
1992
- constant_fee:
1993
- description: constant_fee defines the x/crisis parameter.
1994
- type: object
1995
- properties:
1996
- denom:
1997
- type: string
1998
- amount:
1999
- type: string
2000
- description: |-
2001
- MsgUpdateParams is the Msg/UpdateParams request type.
2002
-
2003
- Since: cosmos-sdk 0.47
2004
- tags:
2005
- - Msg
2006
- /cosmos.crisis.v1beta1.Msg/VerifyInvariant:
2007
- post:
2008
- summary: VerifyInvariant defines a method to verify a particular invariant.
2009
- operationId: CosmosCrisisV1Beta1Msg_VerifyInvariant
2010
- responses:
2011
- '200':
2012
- description: A successful response.
2013
- schema:
2014
- type: object
2015
- description: >-
2016
- MsgVerifyInvariantResponse defines the Msg/VerifyInvariant
2017
- response type.
2018
- default:
2019
- description: An unexpected error response.
2020
- schema:
2021
- type: object
2022
- properties:
2023
- code:
2024
- type: integer
2025
- format: int32
2026
- message:
2027
- type: string
2028
- details:
2029
- type: array
2030
- items:
2031
- type: object
2032
- properties:
2033
- '@type':
2034
- type: string
2035
- additionalProperties: {}
2036
- parameters:
2037
- - name: body
2038
- description: >-
2039
- MsgVerifyInvariant represents a message to verify a particular
2040
- invariance.
2041
- in: body
2042
- required: true
2043
- schema:
2044
- type: object
2045
- properties:
2046
- sender:
2047
- type: string
2048
- description: >-
2049
- sender is the account address of private key to send coins to
2050
- fee collector account.
2051
- invariant_module_name:
2052
- type: string
2053
- description: name of the invariant module.
2054
- invariant_route:
2055
- type: string
2056
- description: invariant_route is the msg's invariant route.
2057
- description: >-
2058
- MsgVerifyInvariant represents a message to verify a particular
2059
- invariance.
2060
- tags:
2061
- - Msg
2062
1936
/cosmos.distribution.v1beta1.Msg/CommunityPoolSpend:
2063
1937
post:
2064
1938
summary: >-
@@ -20632,48 +20506,13 @@ definitions:
20632
20506
description: |-
20633
20507
ValidatorParams restrict the public key types validators can use.
20634
20508
NOTE: uses ABCI pubkey naming, not Amino names.
20635
- cosmos.crisis.v1beta1.MsgUpdateParams:
20636
- type: object
20637
- properties:
20638
- authority:
20639
- type: string
20640
- description: >-
20641
- authority is the address that controls the module (defaults to x/gov
20642
- unless overwritten).
20643
- constant_fee:
20644
- description: constant_fee defines the x/crisis parameter.
20645
- type: object
20646
- properties:
20647
- denom:
20648
- type: string
20649
- amount:
20650
- type: string
20651
- description: |-
20652
- MsgUpdateParams is the Msg/UpdateParams request type.
20653
-
20654
- Since: cosmos-sdk 0.47
20655
20509
cosmos.crisis.v1beta1.MsgUpdateParamsResponse:
20656
20510
type: object
20657
20511
description: |-
20658
20512
MsgUpdateParamsResponse defines the response structure for executing a
20659
20513
MsgUpdateParams message.
20660
20514
20661
20515
Since: cosmos-sdk 0.47
20662
- cosmos.crisis.v1beta1.MsgVerifyInvariant:
20663
- type: object
20664
- properties:
20665
- sender:
20666
- type: string
20667
- description: >-
20668
- sender is the account address of private key to send coins to fee
20669
- collector account.
20670
- invariant_module_name:
20671
- type: string
20672
- description: name of the invariant module.
20673
- invariant_route:
20674
- type: string
20675
- description: invariant_route is the msg's invariant route.
20676
- description: MsgVerifyInvariant represents a message to verify a particular invariance.
20677
20516
cosmos.crisis.v1beta1.MsgVerifyInvariantResponse:
20678
20517
type: object
20679
20518
description: MsgVerifyInvariantResponse defines the Msg/VerifyInvariant response type.
0 commit comments