pub struct MessageV0 {
pub message: Message,
pub address_table_lookups: Vec<AddressLookupTable>,
}Expand description
A versioned transaction message (v0).
Fields§
§message: MessageThe legacy message portion.
address_table_lookups: Vec<AddressLookupTable>Address lookup table references.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MessageV0
impl RefUnwindSafe for MessageV0
impl Send for MessageV0
impl Sync for MessageV0
impl Unpin for MessageV0
impl UnsafeUnpin for MessageV0
impl UnwindSafe for MessageV0
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