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

Classes

Params(host_enabled, allow_messages)

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.host.v1.Params(host_enabled: bool = <object object>, allow_messages: ~typing.List[str] = <object object>)[source]

Bases: Message

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

allow_messages: List[str] = <object object>

allow_messages defines a list of sdk message typeURLs allowed to be executed on a host chain.

host_enabled: bool = <object object>

host_enabled enables or disables the host submodule.

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

Bases: ServiceBase

async params(query_params_request: QueryParamsRequest) QueryParamsResponse[source]
class evmos.proto.autogen.py.ibc.applications.interchain_accounts.host.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.host.v1.QueryParamsResponse(params: ~evmos.proto.autogen.py.ibc.applications.interchain_accounts.host.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.host.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]