pub enum Transaction {
Transfer(Transfer),
InitiateTransfer(Transfer),
CommitTransfer(Transfer),
AccountUpdate(AccountUpdate),
DocumentOperations,
Action(Action),
}
Variants§
Transfer(Transfer)
InitiateTransfer(Transfer)
CommitTransfer(Transfer)
AccountUpdate(AccountUpdate)
DocumentOperations
Action(Action)
Implementations§
Trait Implementations§
Source§impl Debug for Transaction
impl Debug for Transaction
Source§impl Serialize for Transaction
impl Serialize for Transaction
Source§impl TryFrom<FinalizedTransaction> for Transaction
impl TryFrom<FinalizedTransaction> for Transaction
Auto Trait Implementations§
impl Freeze for Transaction
impl RefUnwindSafe for Transaction
impl Send for Transaction
impl Sync for Transaction
impl Unpin for Transaction
impl UnwindSafe for Transaction
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request