Struct ethcore_rpc::v1::types::ConfirmationRequest [] [src]

pub struct ConfirmationRequest {
    pub id: U256,
    pub payload: ConfirmationPayload,
}

Confirmation waiting in a queue

Fields

Id of this confirmation

Payload

Trait Implementations

impl Hash for ConfirmationRequest
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl PartialEq for ConfirmationRequest
[src]

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

This method tests for !=.

impl Eq for ConfirmationRequest
[src]

impl Clone for ConfirmationRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ConfirmationRequest
[src]

Formats the value using the given formatter.

impl From<ConfirmationRequest> for ConfirmationRequest
[src]

Performs the conversion.

impl Display for ConfirmationRequest
[src]

Formats the value using the given formatter.