Source code for evmos.proto.autogen.py.ibc.lightclients.localhost.v1

# Generated by the protocol buffer compiler.  DO NOT EDIT!
# sources: ibc/lightclients/localhost/v1/localhost.proto
# plugin: python-betterproto
# This file has been @generated
from dataclasses import dataclass

import betterproto

from ....core.client import v1 as ___core_client_v1__


[docs]@dataclass(eq=False, repr=False) class ClientState(betterproto.Message): """ ClientState defines a loopback (localhost) client. It requires (read-only) access to keys outside the client prefix. """ chain_id: str = betterproto.string_field(1) """self chain ID""" height: '___core_client_v1__.Height' = betterproto.message_field(2) """self latest block height"""