Enum ethcore_rpc::v1::types::ConfirmationPayload [] [src]

pub enum ConfirmationPayload {
    SendTransaction(TransactionRequest),
    SignTransaction(TransactionRequest),
    Signature(SignRequest),
    Decrypt(DecryptRequest),
}

Confirmation payload, i.e. the thing to be confirmed

Variants

Send Transaction

Sign Transaction

Signature

Decryption

Trait Implementations

impl Display for ConfirmationPayload
[src]

Formats the value using the given formatter.

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

impl Clone for ConfirmationPayload
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ConfirmationPayload
[src]

Formats the value using the given formatter.

impl From<ConfirmationPayload> for ConfirmationPayload
[src]

Performs the conversion.