evmos.proto.autogen.py.ibc.applications.interchain_accounts.controller.v1

Classes

Params(controller_enabled)

Params defines the set of on-chain interchain accounts parameters.

QueryBase()

QueryParamsRequest()

QueryParamsRequest is the request type for the Query/Params RPC method.

QueryParamsResponse(params)

QueryParamsResponse is the response type for the Query/Params RPC method.

QueryStub(channel, *[, timeout, deadline, ...])

class evmos.proto.autogen.py.ibc.applications.interchain_accounts.controller.v1.Params(controller_enabled: bool = <object object>)[source]

Bases: Message

Params defines the set of on-chain interchain accounts parameters. The following parameters may be used to disable the controller submodule.

controller_enabled: bool = <object object>

controller_enabled enables or disables the controller submodule.

class evmos.proto.autogen.py.ibc.applications.interchain_accounts.controller.v1.QueryBase[source]

Bases: ServiceBase

async params(query_params_request: QueryParamsRequest) QueryParamsResponse[source]
class evmos.proto.autogen.py.ibc.applications.interchain_accounts.controller.v1.QueryParamsRequest[source]

Bases: Message

QueryParamsRequest is the request type for the Query/Params RPC method.

class evmos.proto.autogen.py.ibc.applications.interchain_accounts.controller.v1.QueryParamsResponse(params: ~evmos.proto.autogen.py.ibc.applications.interchain_accounts.controller.v1.Params = <object object>)[source]

Bases: Message

QueryParamsResponse is the response type for the Query/Params RPC method.

params: Params = <object object>

params defines the parameters of the module.

class evmos.proto.autogen.py.ibc.applications.interchain_accounts.controller.v1.QueryStub(channel: Channel, *, timeout: Optional[float] = None, deadline: Optional[Deadline] = None, metadata: Optional[Union[Mapping[str, Union[str, bytes]], Collection[Tuple[str, Union[str, bytes]]]]] = None)[source]

Bases: ServiceStub

async params(query_params_request: QueryParamsRequest, *, timeout: Optional[float] = None, deadline: Optional[Deadline] = None, metadata: Optional[MetadataLike] = None) QueryParamsResponse[source]