# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
LEVEL_ALL_MSGS indicates that the account can trip or reset the circuit breaker for Msg's of all type URLs.
LEVEL_NONE_UNSPECIFIED indicates that the account will have no circuit breaker permissions.
LEVEL_SOME_MSGS indicates that the account will have permission to trip or reset the circuit breaker for some Msg type URLs.
LEVEL_SUPER_ADMIN indicates that the account can take all circuit breaker actions and can grant permissions to other accounts.
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
Msg_ServiceDesc is the grpc.ServiceDesc for Msg service.
Enum value maps for Permissions_Level.
Enum value maps for Permissions_Level.
Query_ServiceDesc is the grpc.ServiceDesc for Query service.
# Structs
AccountResponse is the response type for the Query/Account RPC method.
AccountsResponse is the response type for the Query/Accounts RPC method.
DisabledListResponse is the response type for the Query/DisabledList RPC method.
GenesisAccountPermissions is the account permissions for the circuit breaker in genesis.
GenesisState is the state that must be provided at genesis.
MsgAuthorizeCircuitBreaker defines the Msg/AuthorizeCircuitBreaker request type.
MsgAuthorizeCircuitBreakerResponse defines the Msg/AuthorizeCircuitBreaker response type.
MsgResetCircuitBreaker defines the Msg/ResetCircuitBreaker request type.
MsgResetCircuitBreakerResponse defines the Msg/ResetCircuitBreaker response type.
MsgTripCircuitBreaker defines the Msg/TripCircuitBreaker request type.
MsgTripCircuitBreakerResponse defines the Msg/TripCircuitBreaker response type.
Permissions are the permissions that an account has to trip or reset the circuit breaker.
QueryAccountRequest is the request type for the Query/Account RPC method.
QueryAccountsRequest is the request type for the Query/Accounts RPC method.
QueryDisabledListRequest is the request type for the Query/DisabledList RPC method.
UnimplementedMsgServer must be embedded to have forward compatible implementations.
UnimplementedQueryServer must be embedded to have forward compatible implementations.
# Interfaces
MsgClient is the client API for Msg service.
MsgServer is the server API for Msg service.
QueryClient is the client API for Query service.
QueryServer is the server API for Query service.
UnsafeMsgServer may be embedded to opt out of forward compatibility for this service.
UnsafeQueryServer may be embedded to opt out of forward compatibility for this service.
# Type aliases
Level is the permission level.