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

pub struct DecryptRequest {
    pub address: H160,
    pub msg: Bytes,
}

Decrypt request

Fields

Address

Message to decrypt

Trait Implementations

impl Hash for DecryptRequest
[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 DecryptRequest
[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 DecryptRequest
[src]

impl Clone for DecryptRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DecryptRequest
[src]

Formats the value using the given formatter.

impl From<(H160, Bytes)> for DecryptRequest
[src]

Performs the conversion.

impl Display for DecryptRequest
[src]

Formats the value using the given formatter.