Struct bip_handshake::CompleteMessage [] [src]

pub struct CompleteMessage<S> { /* fields omitted */ }

Message containing completed handshaking information.

Methods

impl<S> CompleteMessage<S>
[src]

Create a new CompleteMessage over the given socket S.

Protocol that this peer is operating over.

Extensions that both you and the peer support.

Hash that the peer is interested in.

Id that the peer has given itself.

Address the peer is connected to us on.

Socket of some type S, that we use to communicate with the peer.

Break the CompleteMessage into its parts.