[]Struct private_currency::transactions::Accept

pub struct Accept { /* fields omitted */ }

Transaction to accept an incoming transfer.

Methods

impl Accept

Creates message and signs it.

Creates message and appends existing signature.

Returns the hex representation of the binary data. Lower case letters are used (e.g. f9b4ca).

Public key of the receiver of the transfer.

Hash of the transfer transaction.

Trait Implementations

impl Clone for Accept

Performs copy-assignment from source. Read more

impl AsRef<RawMessage> for Accept

impl PartialEq<Accept> for Accept

impl Debug for Accept

impl ExonumJson for Accept

impl ExonumJsonDeserialize for Accept

impl Serialize for Accept

impl<'de> Deserialize<'de> for Accept

impl FromHex for Accept

impl<'a> SegmentField<'a> for Accept

impl ServiceMessage for Accept

impl StorageValue for Accept

impl Transaction for Accept
[src]

impl Message for Accept

Verifies the message using given public key.

Auto Trait Implementations

impl Send for Accept

impl Sync for Accept

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<'a, T> Field for T where
    T: SegmentField<'a>, 
[src]

impl<T> CryptoHash for T where
    T: Message
[src]

impl<T> UniqueHash for T where
    T: CryptoHash
[src]

impl<T> Erased for T

impl<T> Erased for T

impl<T> SerializeContent for T where
    T: Serialize
[src]

impl<T> Same for T

Should always be Self