[][src]Struct bitcoincore_rpc_json::GetTransactionResult

pub struct GetTransactionResult {
    pub amount: Amount,
    pub fee: Option<Amount>,
    pub confirmations: i32,
    pub blockhash: Hash,
    pub blockindex: usize,
    pub blocktime: u64,
    pub txid: Hash,
    pub time: u64,
    pub timereceived: u64,
    pub bip125_replaceable: Bip125Replaceable,
    pub details: Vec<GetTransactionResultDetail>,
    pub hex: Vec<u8>,
}

Fields

amount: Amountfee: Option<Amount>confirmations: i32blockhash: Hashblockindex: usizeblocktime: u64txid: Hashtime: u64timereceived: u64bip125_replaceable: Bip125Replaceabledetails: Vec<GetTransactionResultDetail>hex: Vec<u8>

Methods

impl GetTransactionResult[src]

Trait Implementations

impl Clone for GetTransactionResult[src]

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

Performs copy-assignment from source. Read more

impl Eq for GetTransactionResult[src]

impl PartialEq<GetTransactionResult> for GetTransactionResult[src]

impl Debug for GetTransactionResult[src]

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

Auto Trait Implementations

Blanket Implementations

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

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

type Owned = T

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

impl<T, U> TryInto 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> Any for T where
    T: 'static + ?Sized
[src]

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

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

default fn readable(self) -> Readable<Self>[src]

Marks self as using is_human_readable == true

default fn compact(self) -> Compact<Self>[src]

Marks self as using is_human_readable == false