Struct bip_handshake::CompleteMessage [] [src]

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

Message containing completed handshaking information.

Methods

impl<S> CompleteMessage<S>
[src]

[src]

Create a new CompleteMessage over the given socket S.

[src]

Protocol that this peer is operating over.

[src]

Extensions that both you and the peer support.

[src]

Hash that the peer is interested in.

[src]

Id that the peer has given itself.

[src]

Address the peer is connected to us on.

[src]

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

[src]

Break the CompleteMessage into its parts.