[][src]Struct nimiq_blockchain::transaction_store::TransactionInfo

pub struct TransactionInfo {
    pub transaction_hash: Blake2bHash,
    pub block_hash: Blake2bHash,
    pub block_height: u32,
    pub index: u16,
}

Fields

transaction_hash: Blake2bHashblock_hash: Blake2bHashblock_height: u32index: u16

Methods

impl TransactionInfo[src]

Trait Implementations

impl From<TransactionInfo> for TransactionReceipt[src]

impl Clone for TransactionInfo[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Debug for TransactionInfo[src]

impl Deserialize for TransactionInfo[src]

fn deserialize_from_vec(v: &Vec<u8>) -> Result<Self, SerializingError>[src]

impl FromDatabaseValue for TransactionInfo[src]

impl IntoDatabaseValue for TransactionInfo[src]

impl Serialize for TransactionInfo[src]

fn serialize_to_vec(&self) -> Vec<u8>[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

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

type Owned = T

The resulting type after obtaining ownership.

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

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

type Error = Infallible

The type returned in the event of a conversion error.

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

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

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

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

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

impl<T> Erased for T

impl<T> SafeBorrow<T> for T where
    T: ?Sized

impl<'a, T> DefaultFeatures<'a> for T where
    T: 'a + Send + Sync + Clone

impl<'a, T> NonSyncFeatures<'a> for T where
    T: 'a + Clone

impl<T> Same<T> for T

type Output = T

Should always be Self