evmos.proto.autogen.py.tendermint.p2p
Classes
|
|
|
|
|
|
|
- class evmos.proto.autogen.py.tendermint.p2p.DefaultNodeInfo(protocol_version: 'ProtocolVersion' = <object object at 0x7f65db944ce0>, default_node_id: str = <object object at 0x7f65db944ce0>, listen_addr: str = <object object at 0x7f65db944ce0>, network: str = <object object at 0x7f65db944ce0>, version: str = <object object at 0x7f65db944ce0>, channels: bytes = <object object at 0x7f65db944ce0>, moniker: str = <object object at 0x7f65db944ce0>, other: 'DefaultNodeInfoOther' = <object object at 0x7f65db944ce0>)[source]
Bases:
Message- other: DefaultNodeInfoOther = <object object>
- protocol_version: ProtocolVersion = <object object>
- class evmos.proto.autogen.py.tendermint.p2p.DefaultNodeInfoOther(tx_index: str = <object object at 0x7f65db944ce0>, rpc_address: str = <object object at 0x7f65db944ce0>)[source]
Bases:
Message
- class evmos.proto.autogen.py.tendermint.p2p.NetAddress(id: str = <object object at 0x7f65db944ce0>, ip: str = <object object at 0x7f65db944ce0>, port: int = <object object at 0x7f65db944ce0>)[source]
Bases:
Message