Packages

trait Factory[P <: Payload[P]] extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Factory
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def rlp: RLPSerializing[P]
  2. abstract def subprotocol: Subprotocol

Concrete Value Members

  1. lazy val offset: Unsigned16
  2. def validate(payload: Payload[_]): Failable[P]