Struct iota_client::node::GetMessageBuilder[][src]

pub struct GetMessageBuilder<'a> { /* fields omitted */ }
Expand description

Builder of GET /api/v1/messages/{messageId} endpoint

Implementations

Create GET /api/v1/messages endpoint builder

GET /api/v1/messages?index={Index} endpoint Consume the builder and search for messages matching the index

GET /api/v1/messages/{messageID} endpoint Consume the builder and find a message by its identifer. This method returns the given message object.

GET /api/v1/messages/{messageID}/metadata endpoint Consume the builder and find a message by its identifer. This method returns the given message metadata.

GET /api/v1/messages/{messageID}/raw endpoint Consume the builder and find a message by its identifer. This method returns the given message raw data.

GET /api/v1/messages/{messageID}/children endpoint Consume the builder and returns the list of message IDs that reference a message by its identifier.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.