ex_wire v0.1.1 ExWire.Handshake.Struct.AckRespV4

Simple struct to wrap an auth response.

The RLPx v4 handshake ack is defined in EIP-8.

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %ExWire.Handshake.Struct.AckRespV4{remote_ephemeral_public_key: ExthCrypto.Key.public_key, remote_nonce: binary, remote_version: integer}

Link to this section Functions

Link to this function deserialize(rlp)
deserialize(ExRLP.t) :: t
Link to this function serialize(auth_resp)
serialize(t) :: ExRLP.t