Enum ethcore_rpc::v1::types::ConfirmationResponse
[−]
[src]
pub enum ConfirmationResponse { SendTransaction(H256), SignTransaction(RichRawTransaction), Signature(H520), Decrypt(Bytes), }
Confirmation response for particular payload
Variants
SendTransaction(H256)
Transaction Hash
SignTransaction(RichRawTransaction)
Transaction RLP
Signature(H520)
Signature
Decrypt(Bytes)
Decrypted data
Trait Implementations
impl PartialEq for ConfirmationResponse
[src]
fn eq(&self, __arg_0: &ConfirmationResponse) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &ConfirmationResponse) -> bool
This method tests for !=
.
impl Clone for ConfirmationResponse
[src]
fn clone(&self) -> ConfirmationResponse
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Debug for ConfirmationResponse
[src]
impl Serialize for ConfirmationResponse
[src]
fn serialize<S>(&self, serializer: &mut S) -> Result<(), S::Error> where S: Serializer
Serializes this value into this serializer.