evmos.proto.autogen.py.tendermint.p2p

Classes

DefaultNodeInfo(protocol_version, ...)

DefaultNodeInfoOther(tx_index, rpc_address)

NetAddress(id, ip, port)

ProtocolVersion(p2_p, block, app)

class evmos.proto.autogen.py.tendermint.p2p.DefaultNodeInfo(protocol_version: 'ProtocolVersion' = <object object at 0x7f9e85778540>, default_node_id: str = <object object at 0x7f9e85778540>, listen_addr: str = <object object at 0x7f9e85778540>, network: str = <object object at 0x7f9e85778540>, version: str = <object object at 0x7f9e85778540>, channels: bytes = <object object at 0x7f9e85778540>, moniker: str = <object object at 0x7f9e85778540>, other: 'DefaultNodeInfoOther' = <object object at 0x7f9e85778540>)[source]

Bases: Message

channels: bytes = <object object>
default_node_id: str = <object object>
listen_addr: str = <object object>
moniker: str = <object object>
network: str = <object object>
other: DefaultNodeInfoOther = <object object>
protocol_version: ProtocolVersion = <object object>
version: str = <object object>
class evmos.proto.autogen.py.tendermint.p2p.DefaultNodeInfoOther(tx_index: str = <object object at 0x7f9e85778540>, rpc_address: str = <object object at 0x7f9e85778540>)[source]

Bases: Message

rpc_address: str = <object object>
tx_index: str = <object object>
class evmos.proto.autogen.py.tendermint.p2p.NetAddress(id: str = <object object at 0x7f9e85778540>, ip: str = <object object at 0x7f9e85778540>, port: int = <object object at 0x7f9e85778540>)[source]

Bases: Message

id: str = <object object>
ip: str = <object object>
port: int = <object object>
class evmos.proto.autogen.py.tendermint.p2p.ProtocolVersion(p2_p: int = <object object at 0x7f9e85778540>, block: int = <object object at 0x7f9e85778540>, app: int = <object object at 0x7f9e85778540>)[source]

Bases: Message

app: int = <object object>
block: int = <object object>
p2_p: int = <object object>