Class: Ciri::P2P::RLPX::AuthMsgV4
- Inherits:
-
Object
- Object
- Ciri::P2P::RLPX::AuthMsgV4
- Includes:
- RLP::Serializable
- Defined in:
- lib/ciri/p2p/rlpx/protocol_messages.rb
Overview
messages
Instance Attribute Summary collapse
-
#got_plain ⇒ Object
keep this field let client known how to format(plain or eip8).
Instance Attribute Details
#got_plain ⇒ Object
keep this field let client known how to format(plain or eip8)
56 57 58 |
# File 'lib/ciri/p2p/rlpx/protocol_messages.rb', line 56 def got_plain @got_plain end |