pub struct TransactionEnvelope {
pub tx: Transaction,
pub signatures: Vec<DecoratedSignature>,
}
Fields§
§tx: Transaction
§signatures: Vec<DecoratedSignature>
Trait Implementations§
Source§impl Clone for TransactionEnvelope
impl Clone for TransactionEnvelope
Source§fn clone(&self) -> TransactionEnvelope
fn clone(&self) -> TransactionEnvelope
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TransactionEnvelope
impl Debug for TransactionEnvelope
Source§impl<Out: Write> Pack<Out> for TransactionEnvelope
impl<Out: Write> Pack<Out> for TransactionEnvelope
Source§impl PartialEq for TransactionEnvelope
impl PartialEq for TransactionEnvelope
Source§impl<In: Read> Unpack<In> for TransactionEnvelope
impl<In: Read> Unpack<In> for TransactionEnvelope
impl Eq for TransactionEnvelope
impl StructuralPartialEq for TransactionEnvelope
Auto Trait Implementations§
impl Freeze for TransactionEnvelope
impl RefUnwindSafe for TransactionEnvelope
impl Send for TransactionEnvelope
impl Sync for TransactionEnvelope
impl Unpin for TransactionEnvelope
impl UnwindSafe for TransactionEnvelope
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