Packages

trait RawNetworkMessageSerializer extends RawBitcoinSerializer[NetworkMessage]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RawNetworkMessageSerializer
  2. RawBitcoinSerializer
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def read(bytes: ByteVector): NetworkMessage

    Reads in bytes and transforms it into the appropriate scala type T.

    Reads in bytes and transforms it into the appropriate scala type T.

    Definition Classes
    RawNetworkMessageSerializerRawBitcoinSerializer
  2. def read(hex: String): NetworkMessage

    Reads a hexadecimal value and transforms it into the native scala type T.

    Reads a hexadecimal value and transforms it into the native scala type T.

    Definition Classes
    RawBitcoinSerializer
  3. def write(networkMessage: NetworkMessage): ByteVector

    Takes a type T and writes it into the appropriate hexadecimal serialization for type T.

    Takes a type T and writes it into the appropriate hexadecimal serialization for type T.

    Definition Classes
    RawNetworkMessageSerializerRawBitcoinSerializer