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

pub enum ConfirmationResponse {
    SendTransaction(H256),
    SignTransaction(RichRawTransaction),
    Signature(H520),
    Decrypt(Bytes),
}

Confirmation response for particular payload

Variants

Transaction Hash

Transaction RLP

Signature

Decrypted data

Trait Implementations

impl PartialEq for ConfirmationResponse
[src]

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

This method tests for !=.

impl Clone for ConfirmationResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ConfirmationResponse
[src]

Formats the value using the given formatter.

impl Serialize for ConfirmationResponse
[src]

Serializes this value into this serializer.