Struct exonum::messages::MessageWriter [] [src]

pub struct MessageWriter { /* fields omitted */ }

Message writer.

Methods

impl MessageWriter
[src]

[src]

Creates a MessageWriter instance with given parameters.

[src]

Writes given field to the given offset.

[src]

Signs the message with the given secret key.

[src]

Appends the given signature to the message.

Trait Implementations

impl Debug for MessageWriter
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for MessageWriter
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.