[][src]Struct private_currency::api::WalletProof

pub struct WalletProof { /* fields omitted */ }

Cryptographically authenticated proof of the state for a single wallet.

The proof contains several parts:

Proof of absence

The proof can also be used to prove the absence of a wallet. In this case, the last part of the proof (history and unaccepted transfers) is empty.

Methods

impl WalletProof
[src]

Checks the proof, returning information contained in the proof that might be interesting to client applications.

Trait Implementations

impl Debug for WalletProof
[src]

impl Serialize for WalletProof
[src]

impl<'de> Deserialize<'de> for WalletProof
[src]

Auto Trait Implementations

impl Send for WalletProof

impl Sync for WalletProof

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[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<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