Get desktop application:
View/edit binary Protocol Buffers messages
Msg defines the perm Msg service.
AssignRoles defines a method for assigning roles for the operator.
MsgAssignRoles defines an SDK message for assigning roles to an address.
MsgAssignRolesResponse defines the Msg/AssignRoles response type.
(message has no fields)
BlockAccount defines a method for blocking an account
MsgBlockAccount defines an SDK message for blocking an account.
MsgBlockAccountResponse defines the Msg/BlockAccount response type.
(message has no fields)
UnassignRoles defines a method for unassigning roles from the operator.
MsgUnassignRoles defines an SDK message for unassigning roles from an address.
MsgUnassignRolesResponse defines the Msg/UnassignRoles response type.
(message has no fields)
UnblockAccount defines a method for unblocking a blocked account
MsgUnblockAccount defines an SDK message for unblocking an account.
MsgUnblockAccountResponse defines the Msg/UnblockAccount response type.
(message has no fields)
Query defines the gRPC querier service for perm module
Blacklist queries the black list
QueryBlacklistRequest is request type for the Query/Blacklist RPC method
(message has no fields)
QueryBlacklistResponse is response type for the Query/Blacklist RPC method
Roles queries the roles of a given address
QueryRolesRequest is request type for the Query/Roles RPC method
QueryRolesResponse is response type for the Query/Roles RPC method
Role represents a role
Used in: , ,
ROOT_ADMIN defines the root admin role index.
PERM_ADMIN defines the permission admin role index.
BLACKLIST_ADMIN defines the blacklist admin role index.
NODE_ADMIN defines the node admin role index.
PARAM_ADMIN defines the param admin role index.
POWER_USER defines the power user role index.
RELAYER_USER defines the relayer user role index.
ID_ADMIN defines the identity admin role index.
BASE_M1_ADMIN defines the base M1 admin role index.