[][src]Struct keybase_protocol::protocol::stellar1::remote::PaymentSummaryDirect

pub struct PaymentSummaryDirect {
    pub kbTxID: KeybaseTransactionID,
    pub txID: TransactionID,
    pub txStatus: TransactionStatus,
    pub txErrMsg: Option<String>,
    pub fromStellar: AccountID,
    pub from: UserVersion,
    pub fromDeviceID: DeviceID,
    pub toStellar: AccountID,
    pub to: Option<UserVersion>,
    pub amount: Option<String>,
    pub asset: Asset,
    pub displayAmount: Option<String>,
    pub displayCurrency: Option<String>,
    pub noteB64: Option<String>,
    pub fromDisplayAmount: Option<String>,
    pub fromDisplayCurrency: Option<String>,
    pub toDisplayAmount: Option<String>,
    pub toDisplayCurrency: Option<String>,
    pub ctime: TimeMs,
    pub rtime: TimeMs,
    pub cursorToken: Option<String>,
    pub unread: bool,
    pub fromPrimary: bool,
    pub batchID: Option<String>,
    pub fromAirdrop: bool,
    pub sourceAmountMax: Option<String>,
    pub sourceAmountActual: Option<String>,
    pub sourceAsset: Asset,
}

Fields

kbTxID: KeybaseTransactionIDtxID: TransactionIDtxStatus: TransactionStatustxErrMsg: Option<String>fromStellar: AccountIDfrom: UserVersionfromDeviceID: DeviceIDtoStellar: AccountIDto: Option<UserVersion>amount: Option<String>asset: AssetdisplayAmount: Option<String>displayCurrency: Option<String>noteB64: Option<String>fromDisplayAmount: Option<String>fromDisplayCurrency: Option<String>toDisplayAmount: Option<String>toDisplayCurrency: Option<String>ctime: TimeMsrtime: TimeMscursorToken: Option<String>unread: boolfromPrimary: boolbatchID: Option<String>fromAirdrop: boolsourceAmountMax: Option<String>sourceAmountActual: Option<String>sourceAsset: Asset

Auto Trait Implementations

Blanket Implementations

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

impl<T> From<T> for 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]