[][src]Struct jlib::message::query::spec_tx::RequestTxResponse

pub struct RequestTxResponse {
    pub account: String,
    pub fee: String,
    pub flags: i32,
    pub sequence: u64,
    pub signing_pub_key: String,
    pub timestamp: u64,
    pub transaction_type: String,
    pub txn_signature: String,
    pub date: u64,
    pub hash: String,
    pub in_ledger: u64,
    pub ledger_index: u64,
    pub meta: Option<Meta>,
    pub validated: bool,
    pub taker_gets: Amount,
    pub taker_pays: Amount,
    pub memos: Option<Vec<String>>,
}

Fields

account: Stringfee: Stringflags: i32sequence: u64signing_pub_key: Stringtimestamp: u64transaction_type: Stringtxn_signature: Stringdate: u64hash: Stringin_ledger: u64ledger_index: u64meta: Option<Meta>validated: booltaker_gets: Amounttaker_pays: Amountmemos: Option<Vec<String>>

Trait Implementations

impl Debug for RequestTxResponse[src]

impl Serialize for RequestTxResponse[src]

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

Auto Trait Implementations

Blanket Implementations

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

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> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> Downcast for T where
    T: Any