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

pub struct SignRequest {
    pub address: H160,
    pub data: Bytes,
}

Sign request

Fields

Address

Hash to sign

Trait Implementations

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

impl Clone for SignRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SignRequest
[src]

Formats the value using the given formatter.

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

Performs the conversion.

impl Display for SignRequest
[src]

Formats the value using the given formatter.