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