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

pub struct PaymentSummaryRelay {
    pub kbTxID: KeybaseTransactionID,
    pub txID: TransactionID,
    pub txStatus: TransactionStatus,
    pub txErrMsg: Option<String>,
    pub fromStellar: AccountID,
    pub from: UserVersion,
    pub fromDeviceID: DeviceID,
    pub to: Option<UserVersion>,
    pub toAssertion: Option<String>,
    pub relayAccount: AccountID,
    pub amount: Option<String>,
    pub displayAmount: Option<String>,
    pub displayCurrency: Option<String>,
    pub ctime: TimeMs,
    pub rtime: TimeMs,
    pub boxB64: Option<String>,
    pub teamID: TeamID,
    pub claim: Option<ClaimSummary>,
    pub cursorToken: Option<String>,
    pub batchID: Option<String>,
    pub fromAirdrop: bool,
}

Fields

kbTxID: KeybaseTransactionIDtxID: TransactionIDtxStatus: TransactionStatustxErrMsg: Option<String>fromStellar: AccountIDfrom: UserVersionfromDeviceID: DeviceIDto: Option<UserVersion>toAssertion: Option<String>relayAccount: AccountIDamount: Option<String>displayAmount: Option<String>displayCurrency: Option<String>ctime: TimeMsrtime: TimeMsboxB64: Option<String>teamID: TeamIDclaim: Option<ClaimSummary>cursorToken: Option<String>batchID: Option<String>fromAirdrop: bool

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]